Parents (Total: 1)
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
Key |
Value |
MD5 | B9757A000C4D5E31AA81BEEEF0C52837 |
PackageArch | noarch |
PackageDescription | 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')... |
PackageMaintainer | shlomif <shlomif> |
PackageName | python2-pytest-mock |
PackageRelease | 1.mga7 |
PackageVersion | 1.10.1 |
SHA-1 | 59A53F83E15AD6739C9DA11201261025DBD6C28B |
SHA-256 | 63579B4B1A1C2DEF288F26EA4D798BF2B8B5D5DB6BE5A433402BF5B9F22EBFF7 |