mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 15:45:57 +01:00
18 lines
382 B
INI
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
|