From 0c1bbf8cf0d8a670f6044a401f01c9015e0d0d3c Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Mon, 17 Jun 2024 10:25:03 +0200 Subject: [PATCH] Run all tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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