diff --git a/pytest.ini b/pytest.ini index a635c5c..ee3ce32 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,5 @@ [pytest] pythonpath = . +addopts = --cov=modules --cov=term-missing -ra +testpaths = tests +python_files = test_*.py