We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6333e commit 5d24fb8Copy full SHA for 5d24fb8
pytest.ini
@@ -1,4 +1,4 @@
1
[pytest]
2
addopts = --ignore-glob=.tests/* --doctest-modules
3
-norecursedirs = box
4
-testpaths = /tests
+norecursedirs = .box build
+testpaths = tests src
0 commit comments