A Python Mocking and Patching Library for Testing
mock is a Python module that provides a core Mock class. It removes the need
to create a host of stubs throughout your test suite. After performing an
action, you can make assertions about which methods / attributes were used and
arguments they were called with. You can also specify return values and set
needed attributes in the normal way.
- Links to home:frispete:Tumbleweed / python-mock
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:illuusio:python/python-mock && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| 4.0.3.tar.gz | 0000080318 78.4 KB | |
| _link | 0000000132 132 Bytes | |
| _multibuild | 0000000053 53 Bytes | |
| mock-pr497-fixmixup-496.patch | 0000005955 5.82 KB | |
| python-mock.changes | 0000017752 17.3 KB | |
| python-mock.spec | 0000002449 2.39 KB |
Comments 0