Add pytest-mock.

This commit is contained in:
Chris Berkhout 2021-08-01 14:03:42 +02:00
parent 5053d57fec
commit de4a8f2227
2 changed files with 20 additions and 1 deletions

View file

@ -26,6 +26,7 @@ flake8 = "^3.9.1"
isort = "^5.8.0"
responses = "^0.13.3"
coverage = "^5.5"
pytest-mock = "^3.6.1"
[build-system]
requires = ["poetry-core>=1.0.0"]