This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
mcedit2/pytest.ini
2015-11-05 11:00:27 -10:00

7 lines
255 B
INI

[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="
python_files = "tests/**/*.py"
norecursedirs = ENV32 ENV64 src build dist .* *.egg