pytest: configure testpaths

This avoids having unrelated files being collected.
This commit is contained in:
Daniel Hahler 2020-03-12 16:41:34 +01:00
parent f4ba4e8c79
commit 2495277b86

View File

@ -59,6 +59,7 @@ markers =
apidoc apidoc
setup_command setup_command
test_params test_params
testpaths = tests
[coverage:run] [coverage:run]
branch = True branch = True