thin-wrapper around mock package for easier use with pytest
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.

Maintainer: Alexandr Shadchin <shadchin@openbsd.org>

WWW: https://github.com/pytest-dev/pytest-mock/
