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 | BD55E94B09707116B445C47310370182 |
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 | guillomovitch <guillomovitch> |
PackageName | python3-pytest-mock |
PackageRelease | 1.mga8 |
PackageVersion | 3.3.1 |
SHA-1 | 92AA751B880125A8857A750C880C3A272D8BF581 |
SHA-256 | 4135379788FA2066224B5F8FCF17003920810D712957BA0220DBC42B9DAFDACE |