File: __init__.py

package info (click to toggle)
python-sphinx-codeautolink 0.17.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 936 kB
  • sloc: python: 2,818; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
import sphinx_codeautolink


class TestPackage:
    def test_version(self):
        assert sphinx_codeautolink.__version__

    def test_clean_pycon_public(self):
        assert sphinx_codeautolink.clean_pycon

    def test_clean_ipython_public(self):
        assert sphinx_codeautolink.clean_ipython