Add report options for py.test

This commit is contained in:
David Vierra 2015-09-22 11:25:24 -10:00
parent 45c5e713ee
commit fd98d50c4e

5
setup.cfg Normal file
View File

@ -0,0 +1,5 @@
[pytest]
# 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="