🐐 Tests

This commit is contained in:
2026-04-24 19:13:48 +02:00
parent f197c2c3d5
commit 37fdff2db5
16 changed files with 3756 additions and 3626 deletions

3
pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[tool.pytest.ini_options]
python_files = ["[0-9][0-9]_test_*.py", "test_*.py"]
testpaths = ["tests"]