diff --git a/pytest.ini b/pytest.ini index a7cfff2..9ea45be 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -testpaths = tests -addopts = -v --tb=short +testpaths = tests/test_api_server_units.py +addopts = -v --tb=short --cov=api --cov-report=term-missing --cov-fail-under=95 markers = slow: marks tests as slow (deselect with '-m "not slow"')