2 parents d9d99f5 + 453f04a commit 2fd37b4Copy full SHA for 2fd37b4
1 file changed
tests/__init__.py
@@ -0,0 +1,4 @@
1
+# Marks ``tests`` as a package so tooling (mypy) resolves ``conftest`` under a
2
+# single module name (``tests.conftest``) rather than both ``conftest`` and
3
+# ``tests.conftest``. This also matches the existing
4
+# ``from tests.conftest import ...`` imports in the suite. See issue #82.
0 commit comments