diff --git a/pytest.ini b/pytest.ini index 674a8ff..33038b6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = --cov ssb --cov-report term-missing +addopts = --cov ssb --cov-report term-missing --no-cov-on-fail python_files = ssb/tests/test_*.py