Add pytest-cov

This commit is contained in:
Simon Alibert
2024-03-26 15:25:22 +01:00
parent c89aa4f8ed
commit 58df2066a9
4 changed files with 174 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ cmake = "^3.29.0.1"
pre-commit = "^3.6.2"
debugpy = "^1.8.1"
pytest = "^8.1.0"
pytest-cov = "^5.0.0"
[[tool.poetry.source]]