python-mock 4.0.3-4 source package in Ubuntu
Changelog
python-mock (4.0.3-4) unstable; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on python3-pbr and python3-setuptools. + python3-mock: Drop versioned constraint on python3-pbr in Depends. -- Jelmer Vernooij <email address hidden> Mon, 17 Oct 2022 00:14:46 +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 | |
---|---|---|---|---|
Mantic | release | universe | python | |
Lunar | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-mock_4.0.3-4.dsc | 2.2 KiB | c1a07667df72705604a360b534501b607a7e63ad8d8ebccf92c2fc5d2db6dbbd |
python-mock_4.0.3.orig.tar.gz | 78.4 KiB | a6b89933b91a7cce566a999f29914e97e7e6d0002dff7fe2636d9b0028fcfa6d |
python-mock_4.0.3-4.debian.tar.xz | 7.5 KiB | b177a768edf7f4f0e9ec9a82883d53e772a7f940ed2dc41ebf06057f703af21e |
Available diffs
- diff from 4.0.3-3 to 4.0.3-4 (620 bytes)
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.