Added coverage tests to python api

This commit is contained in:
2025-05-28 16:11:42 +01:00
parent 20d030a5e0
commit bc2392a2b5
3 changed files with 107 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ ruff = "^0.11.11"
mypy = "^1.15.0"
pytest = "^8.3.5"
loguru = "^0.7.3"
pytest-cov = "^6.1.1"
[tool.poetry.group.docs.dependencies]
sphinx = "^8.2.3"