We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/test_pycode/test_pycode.py
1 parent ad360fd commit d742ddcCopy full SHA for d742ddc
pyproject.toml
@@ -333,7 +333,6 @@ module = [
333
# tests/test_intl
334
"tests.test_intl.test_intl",
335
# tests/test_pycode
336
- "tests.test_pycode.test_pycode",
337
"tests.test_pycode.test_pycode_ast",
338
# tests/test_transforms
339
"tests.test_transforms.test_transforms_post_transforms",
tests/test_pycode/test_pycode.py
@@ -41,7 +41,7 @@ def test_ModuleAnalyzer_for_file() -> None:
41
assert analyzer.srcname == str(SPHINX_MODULE_PATH)
42
43
44
-def test_ModuleAnalyzer_for_module(rootdir):
+def test_ModuleAnalyzer_for_module(rootdir: Path) -> None:
45
analyzer = ModuleAnalyzer.for_module('sphinx')
46
assert analyzer.modname == 'sphinx'
47
0 commit comments