summaryrefslogtreecommitdiff
path: root/devel/py-test-mock/DESCR
blob: ddda75695d830ff1c39784b0efccb56a963f6bdf (plain)
1
2
3
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.