Add match and exclude patterns for pytest
This commit is contained in:
parent
459de55e1f
commit
9d0dab3c40
@ -3,3 +3,5 @@
|
|||||||
# Display summary info for (s)skipped, (X)xpassed, (x)xfailed, (f)failed and (e)errored tests
|
# Display summary info for (s)skipped, (X)xpassed, (x)xfailed, (f)failed and (e)errored tests
|
||||||
# Skip doctest text files
|
# Skip doctest text files
|
||||||
addopts = "-v" "-rsxXfE" "--doctest-glob="
|
addopts = "-v" "-rsxXfE" "--doctest-glob="
|
||||||
|
python_files = "tests/**/*.py"
|
||||||
|
norecursedirs = ENV32 ENV64 src build dist .* *.egg
|
Reference in New Issue
Block a user