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_util/test_util_inventory.py
1 parent 4451a0a commit a94fcd9Copy full SHA for a94fcd9
pyproject.toml
@@ -288,7 +288,6 @@ module = [
288
# tests/test_util
289
"tests.test_util.test_util_display",
290
"tests.test_util.test_util_docutils",
291
- "tests.test_util.test_util_inventory",
292
# tests/test_writers
293
"tests.test_writers.test_docutilsconf",
294
]
tests/test_util/test_util_inventory.py
@@ -107,7 +107,7 @@ def _build_inventory(srcdir: Path) -> Path:
107
return app.outdir / 'objects.inv'
108
109
110
-def test_inventory_localization(tmp_path):
+def test_inventory_localization(tmp_path: Path) -> None:
111
# Build an app using Estonian (EE) locale
112
srcdir_et = _write_appconfig(tmp_path, 'et')
113
inventory_et = _build_inventory(srcdir_et)
0 commit comments