diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-03-17 10:34:57 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-03-17 10:34:57 +0100 |
commit | 8cfdd96ffa1c5b35455751aa8be5a5704d2550da (patch) | |
tree | c742852afa7c703550cb26e11b0251f90807f6ca /pytest.ini | |
parent | c73bb3aa5b2b28ddbdf48f9735b5afa1b8228cd6 (diff) | |
download | openshift-8cfdd96ffa1c5b35455751aa8be5a5704d2550da.tar.gz openshift-8cfdd96ffa1c5b35455751aa8be5a5704d2550da.tar.bz2 openshift-8cfdd96ffa1c5b35455751aa8be5a5704d2550da.tar.xz openshift-8cfdd96ffa1c5b35455751aa8be5a5704d2550da.zip |
Add unit tests for existing health checks
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=. |