python-mock 5.2.0-ok1 source package in openKylin
Changelog
python-mock (5.2.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 21:30:30 +0800
python-mock (5.2.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 21:30:30 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-mock_5.2.0.orig.tar.gz | 88.8 KiB | ab700375e77a5213e8def1f61c2d83ca1b50ff9b56b541992dc54784c1274c52 |
| python-mock_5.2.0-ok1.debian.tar.xz | 3.5 KiB | 754a0b474103b9bd9a190a6103138f895431c4b33a42fb563e2bd2b75fe398f4 |
| python-mock_5.2.0-ok1.dsc | 2.0 KiB | 44d596c27290c9bd2a8ad1989d405b1574272e0c1cd8a6e4c24c82f80cbdedc6 |
mock provides a core mock.Mock class that is intended to reduce the
need to create a host of trivial 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 specific attributes in the normal
way.
.
This package contains the documentation.
mock provides a core mock.Mock class that is intended to reduce the
need to create a host of trivial 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 specific attributes in the normal
way.
.
This package contains the Python 3 version of the library.