Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > a3256867e32c044b194fd216db0ea778

python2-pytest-mock-1.10.1-1.mga7.noarch.rpm

Description:

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:.. code-block::
python import os class UnixFS: @staticmethod def rm(filename):
os.remove(filename) def test_unix_fs(mocker): mocker.patch('os.remove')
UnixFS.rm('file')...

Sources packages:

Other version of this rpm: