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