feat(scan): exclude common non-project directories during discovery
This commit is contained in:
parent
02ff096c6b
commit
11a07b23d2
2 changed files with 1 additions and 5 deletions
|
|
@ -1,4 +0,0 @@
|
|||
[pytest]
|
||||
testpaths = tests
|
||||
addopts = -q
|
||||
pythonpath = .
|
||||
|
|
@ -45,7 +45,7 @@ include-package-data = true
|
|||
include = ["dockervault*"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
testpaths = ["dockervault/tests"]
|
||||
pythonpath = ["."]
|
||||
addopts = "-q"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue