diff --git a/pytest.ini b/pytest.ini index 258f39c..7bf011e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = --cov=app --cov-report=term-missing --cov-report=xml +addopts = --cov=app --cov-report=term-missing --cov-report=xml --cov-omit=app/stub.py testpaths = tests \ No newline at end of file