1
0
mirror of https://github.com/openshift/openshift-ansible.git synced 2026-02-05 15:45:57 +01:00
Files
openshift-ansible/pytest.ini
2017-03-17 10:34:57 +01:00

18 lines
382 B
INI

[pytest]
norecursedirs =
.*
__pycache__
cover
docs
python_files =
# TODO(rhcarvalho): rename test files to follow a single pattern. "test*.py"
# is Python unittest's default, while pytest discovers both "test_*.py" and
# "*_test.py" by default.
test_*.py
*_test.py
*_tests.py
addopts =
--cov=.
--cov-report=term
--cov-report=html