diff --git a/pytest.ini b/pytest.ini index a5ac8452..ece8aa98 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -v --import-mode=importlib -m "not performance" +addopts = -v --import-mode=importlib -m "not performance" --ignore=__init__.py testpaths = tests python_files = test_*.py python_classes = Test*