diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-03-17 14:54:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-17 14:54:58 -0500 |
commit | 31ac96c8d3b467e24ab4c60364cb1eb04132c348 (patch) | |
tree | 859a08f87612d29515e97e75b39cd59e709b78b0 /pytest.ini | |
parent | 516ac1d09df53a2230cda420aae259f4af35a34d (diff) | |
parent | 8cfdd96ffa1c5b35455751aa8be5a5704d2550da (diff) | |
download | openshift-31ac96c8d3b467e24ab4c60364cb1eb04132c348.tar.gz openshift-31ac96c8d3b467e24ab4c60364cb1eb04132c348.tar.bz2 openshift-31ac96c8d3b467e24ab4c60364cb1eb04132c348.tar.xz openshift-31ac96c8d3b467e24ab4c60364cb1eb04132c348.zip |
Merge pull request #3695 from rhcarvalho/check-unit-tests
Merged by openshift-bot
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 502fd1f46..1b0d19bb2 100644 --- a/pytest.ini +++ b/pytest.ini @@ -9,6 +9,7 @@ python_files = # is Python unittest's default, while pytest discovers both "test_*.py" and # "*_test.py" by default. test_*.py + *_test.py *_tests.py addopts = --cov=. |