update code

This commit is contained in:
2025-12-06 09:02:54 +01:00
parent abf482a7b6
commit 254a8567e7
8 changed files with 198 additions and 50 deletions

View File

@@ -12,7 +12,10 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
test = ["pytest>=8.3.4"]
test = [
"pytest>=8.3.4",
"pytest-cov>=6.2.1",
]
[tool.pytest.ini_options]
testpaths = ["tests"]