ports/devel/py-test-mock/pkg/DESCR

4 lines
204 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.