Add match and exclude patterns for pytest

This commit is contained in:
David Vierra 2015-11-01 15:20:05 -10:00
parent 459de55e1f
commit 9d0dab3c40

View File

@ -3,3 +3,5 @@
# Display summary info for (s)skipped, (X)xpassed, (x)xfailed, (f)failed and (e)errored tests
# Skip doctest text files
addopts = "-v" "-rsxXfE" "--doctest-glob="
python_files = "tests/**/*.py"
norecursedirs = ENV32 ENV64 src build dist .* *.egg