chore(clan/pytest): discover all test files in the tree

This commit is contained in:
Johannes Kirschbauer
2025-04-09 18:54:57 +02:00
parent 872aa8e5b6
commit 61d1cf32ab
4 changed files with 5 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ norecursedirs = ["clan_cli/tests/helpers", "clan_cli/nixpkgs"]
# and can be cached more effectively.
markers = ["impure", "with_core"]
filterwarnings = "default::ResourceWarning"
python_files = ["test_*.py", "*_test.py"]
[tool.mypy]
python_version = "3.12"