feat(scan): exclude common non-project directories during discovery

This commit is contained in:
Eddie Nielsen 2026-03-23 15:41:53 +00:00
parent 02ff096c6b
commit 11a07b23d2
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +0,0 @@
[pytest]
testpaths = tests
addopts = -q
pythonpath = .

View file

@ -45,7 +45,7 @@ include-package-data = true
include = ["dockervault*"]
[tool.pytest.ini_options]
testpaths = ["tests"]
testpaths = ["dockervault/tests"]
pythonpath = ["."]
addopts = "-q"