From 8cfdd96ffa1c5b35455751aa8be5a5704d2550da Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 17 Mar 2017 10:34:57 +0100 Subject: Add unit tests for existing health checks --- pytest.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'pytest.ini') 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=. -- cgit v1.2.1