python-mock 5.1.0-1 source package in Ubuntu
Changelog
python-mock (5.1.0-1) unstable; urgency=medium * Team Upload * New upstream version 5.1.0 (Closes: #717192, #717193, #1030887) (LP: #1248066) * remove obsolete build-dep python3-pbr & python3-unittest2 * use new dh-sequence-python3 -- Alexandre Detiste <email address hidden> Sun, 07 Jan 2024 19:07:23 +0100
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 | |
---|---|---|---|---|
Plucky | release | universe | python | |
Oracular | release | universe | python | |
Noble | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-mock_5.1.0-1.dsc | 2.2 KiB | e21ac489ad82ea0228edd1d9267f3faa4db2505a4fdf0a8af4e1d0792d6b04bd |
python-mock_5.1.0.orig.tar.gz | 85.8 KiB | e3ad0dbebbdab94f7401920e86cb765f50c42f6f88db223c8438c352fc8c136f |
python-mock_5.1.0-1.debian.tar.xz | 6.7 KiB | 88b486bd7e12d5361bd67c7526acdf8b57ed636f2e11ef5074031dc71d8539b1 |
Available diffs
- diff from 4.0.3-4 to 5.1.0-1 (24.5 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.