Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > a551135e69c26395cdb52428f1526290

python3-pytest-mock-3.3.1-1.mga8.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: