python-mock 5.2.0-1 source package in Ubuntu
Changelog
python-mock (5.2.0-1) unstable; urgency=medium * Team Upload * New upstream version 5.2.0 [ Ondřej Nový ] * Remove myself from Uploaders. -- Alexandre Detiste <email address hidden> Fri, 28 Mar 2025 18:11:31 +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 | |
---|---|---|---|---|
Resolute | release | universe | python | |
Questing | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-mock_5.2.0-1.dsc | 2.1 KiB | 25ff82db5d7b991ddc95c9f613bc8c98a49eb66b1378030b658384ab7fab9441 |
python-mock_5.2.0.orig.tar.gz | 88.8 KiB | ab700375e77a5213e8def1f61c2d83ca1b50ff9b56b541992dc54784c1274c52 |
python-mock_5.2.0-1.debian.tar.xz | 6.5 KiB | e9a92080f7e83ecb4d4bf00bde02d4ec93f71d96deae24d33f3bd70cf84c487c |
Available diffs
- diff from 5.1.0-1 to 5.2.0-1 (11.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.