diff --git a/project/config/pytest.ini b/project/config/pytest.ini index ebdeb48..052a2f1 100644 --- a/project/config/pytest.ini +++ b/project/config/pytest.ini @@ -1,8 +1,6 @@ [pytest] python_files = test_*.py - *_test.py - tests.py addopts = --cov --cov-config config/coverage.ini