diff --git a/pyproject.toml b/pyproject.toml index baa0ec0..155f6e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ norecursedirs = [ "build", ".tox" ] -testpaths = ["tests/*.py"] +testpaths = ["tests/**/*.py"] [tool.flake8] # Some sane defaults for the code style checker flake8