diff --git a/pytest.ini b/pytest.ini index aee70046d0190540df49774a2a0fc49b5f6a72cf..eed06c2e48efe6a7278ab7150d4cbcac261f3fb7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] -addopts = --flake8 --cov --cov-report=html:coverage \ No newline at end of file +addopts = --cov-report=term-missing:skip-covered +testpaths = tests/ \ No newline at end of file