pytest-mock sounds intresting

Issue #354 invalid
Reimar Bauer created an issue

https://pypi.org/project/pytest-mock/

This plugin installs a mocker fixture which is a thin-wrapper around the patching API provided by the mock package, but with the benefit of not having to worry about undoing patches at the end of a test:

Comments (4)

  1. Log in to comment