testresources 2.0.1-3 source package in Ubuntu
Changelog
testresources (2.0.1-3) unstable; urgency=medium [ Stefano Rivera ] * Patch: Python 3.10 support (Closes: #997361). -- Thomas Goirand <email address hidden> Thu, 09 Dec 2021 23:58:32 +0100
Upload details
- Uploaded by:
- Debian OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
testresources_2.0.1-3.dsc | 2.1 KiB | 6d350dc4f95a5f584dcdc1fafb999ab9838f0a5b8f416ff8b4139a9c5030b56b |
testresources_2.0.1.orig.tar.xz | 29.7 KiB | 1df640e73439842e038a483b83ea4c2e7f5f74e79821920e5ddd960721c5d352 |
testresources_2.0.1-3.debian.tar.xz | 5.9 KiB | b83bc646a135e149635bc2a363e4ff3584d91372b6c78a6e469845fa1605ebee |
Available diffs
No changes file available.
Binary packages built by this source
- python3-testresources: PyUnit extension for managing expensive test fixtures - Python 3.x
PyUnit extension to manage the initialisation and lifetime of expensive
test fixtures.
.
For example reference databases are often only need to be constructed
once but standard test isolation causes them to be constructed for every
fixture, making test execution very slow.
.
This package provides the Python 3.x module.