python-mock 4.0.3-3 source package in Ubuntu
Changelog
python-mock (4.0.3-3) unstable; urgency=medium * Depend on python3-all for autopkgtests. * Add upstream patch to fix tests that should test mock but were testing unittest.mock (Closes: #1001422, #1002345). * Update year in d/copyright. -- Michael Fladischer <email address hidden> Thu, 13 Jan 2022 15:21:45 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-mock_4.0.3-3.dsc | 1.9 KiB | 1c14aa39a8314e89f4e4c38e7eb4d1cc9cd53ba81e6ca3190b8ae7687c211713 |
python-mock_4.0.3.orig.tar.gz | 78.4 KiB | a6b89933b91a7cce566a999f29914e97e7e6d0002dff7fe2636d9b0028fcfa6d |
python-mock_4.0.3-3.debian.tar.xz | 7.4 KiB | cd59a91ab0b8f06954a21529b4c3ec86fa5f1fa6da836ebd1139fb8a8e8d093a |
Available diffs
- diff from 4.0.3-1 to 4.0.3-3 (3.4 KiB)
- diff from 4.0.3-2 to 4.0.3-3 (1.7 KiB)
No changes file available.
Binary packages built by this source
- python-mock-doc: Mocking and Testing Library (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 documentation.
- python3-mock: Mocking and Testing Library (Python3 version)
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.