adds pytest-mock to python dependencies

This commit is contained in:
Mose Müller
2023-10-19 11:12:32 +02:00
parent b5b2fb8c35
commit b654c7d176
2 changed files with 19 additions and 1 deletions

View File

@ -35,6 +35,7 @@ flake8-pep604 = "^0.1.0"
flake8-eradicate = "^1.4.0"
matplotlib = "^3.7.2"
pyright = "^1.1.323"
pytest-mock = "^3.11.1"
[tool.poetry.group.docs.dependencies]