diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-15 17:03:26 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-15 17:15:40 +0900 |
commit | 21a3bd41275667b2120320cc792208aec161dce8 (patch) | |
tree | 1974853bd4a433ecdf8b59197f65c07023056f4a /tests/test_pycode.py | |
parent | 5a42348fd78a874b682e0a46dcc8928610cb127e (diff) | |
download | sphinx-git-21a3bd41275667b2120320cc792208aec161dce8.tar.gz |
refactor: Fix flake8 violations under tests/ directory
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')) |