Merge pull request 'update code' (#4) from dev into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2025-12-06 08:03:47 +00:00
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"]