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 | 11F20F0177CDD14C639D95202E7BF3B7 |
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 | python3-pytest-mock |
PackageRelease | 1.mga7 |
PackageVersion | 1.10.1 |
SHA-1 | 500B0260A20ADB3B4396EA8A58C2A21FECFC9094 |
SHA-256 | CFD9D5D146637B96E860885C1DBBA6AD38B7D8B3183976418F01734A315A93DE |