python-mock 4.0.3-ok3 source package in openKylin
Changelog
python-mock (4.0.3-ok3) yangtze; urgency=medium * Fix command 'install' has no such option 'install_layout'. -- sufang <email address hidden> Sat, 08 Oct 2022 14:05:42 +0800
python-mock (4.0.3-ok3) yangtze; urgency=medium * Fix command 'install' has no such option 'install_layout'. -- sufang <email address hidden> Sat, 08 Oct 2022 14:05:42 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-mock_4.0.3.orig.tar.gz | 78.5 KiB | dd3e4a483441b2ebb3f220a726ca6fb64d1c778efb479dec1049c7c7fb025485 |
python-mock_4.0.3-ok3.debian.tar.xz | 3.6 KiB | 3a1c0d9a978f8e448f23433242debbed57d6395561ac8855bc15742998b49a6f |
python-mock_4.0.3-ok3.dsc | 1.9 KiB | 2e14b5238ad5f07e4bc86cc5651bfe95a253b8a3530e7dbf2f578cb9c2642d9b |
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.