diff options
Diffstat (limited to 'tests/test_pycode.py')
-rw-r--r-- | tests/test_pycode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_pycode.py b/tests/test_pycode.py index ac3b34c9f..3d69e53cb 100644 --- a/tests/test_pycode.py +++ b/tests/test_pycode.py @@ -19,6 +19,7 @@ from sphinx.pycode import ModuleAnalyzer SPHINX_MODULE_PATH = os.path.splitext(sphinx.__file__)[0] + '.py' + def test_ModuleAnalyzer_get_module_source(): assert ModuleAnalyzer.get_module_source('sphinx') == (sphinx.__file__, sphinx.__loader__.get_source('sphinx')) |