diff --git a/pytest.ini b/pytest.ini index f0b84317..3d362baf 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,5 @@ addopts = --cov --cov-config coverage.ini --cov-report=html:htmlcov +testpaths = + tests