build(deps): Add pytest-mock as a developer dependency

This commit is contained in:
2025-05-21 15:13:34 +02:00
parent 2822b9a0ff
commit f211f73fc7
2 changed files with 20 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ pre-commit = "^4.2.0"
pylint = "^3.3.7"
pytest = "^8.3.5"
pytest-cov = "^6.1.1"
pytest-mock = "^3.14.0"
reuse = "^5.0.2"
[tool.black]