unittest2 1.1.0-9 source package in Ubuntu
Changelog
unittest2 (1.1.0-9) unstable; urgency=medium * Add remove-traceback2-requirement.patch so we can get rid of the traceback2 package. Removed runtime and build depends of both the linecache2 and traceback2 packages. -- Thomas Goirand <email address hidden> Wed, 29 Dec 2021 14:14:12 +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 | main | python | |
Lunar | release | main | python | |
Kinetic | release | main | python | |
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
unittest2_1.1.0-9.dsc | 2.1 KiB | 43257fa862353961e775b95c05fffbfae983d87547b33c5a16dd39b739132d81 |
unittest2_1.1.0.orig.tar.gz | 79.5 KiB | 22882a0e418c284e1f718a822b3b022944d53d2d908e1690b319a9d3eb2c0579 |
unittest2_1.1.0-9.debian.tar.xz | 6.2 KiB | f8536cac0142ae5793f735f3b55d75878e2c14e748d2ca2b8c55576be7137fbd |
Available diffs
- diff from 1.1.0-8 to 1.1.0-9 (1.2 KiB)
No changes file available.
Binary packages built by this source
- python3-unittest2: backport of the enhanced unittest testing framework - Python 3.x
unittest2 is an enhanced version of unittest including a standard test runner
(automatic test discovery), class and module level fixtures (setUpClass /
setUpModule etc), many powerful new assert methods, better resource management
with addCleanups and a host of other new features. These new features are
*all* going into the Python version of unittest in Python 2.7 and Python 3.2.
The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it
now.
.
This package contains the Python 3.x module.