This commit is contained in:
2025-09-24 16:54:52 +08:00
parent 45f86ba95e
commit 57a7e9216e
22 changed files with 1647 additions and 102 deletions

View File

@@ -11,3 +11,9 @@ dependencies = [
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]
[dependency-groups]
dev = [
"coverage>=7.10.7",
"pytest-cov>=7.0.0",
]