unittest2 1.1.0-6.1 source package in Ubuntu
Changelog
unittest2 (1.1.0-6.1) unstable; urgency=medium * Non-maintainer upload. * Fix failing string match in unit tests for attribute error exceptions with python3.5. (Closes: #802361) -- Neil Williams <email address hidden> Sat, 20 Feb 2016 14:15:43 +0000
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | python | |
Xenial | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
unittest2_1.1.0-6.1.dsc | 2.3 KiB | 47e1452a8486828ce7bac279c2e5843ff38f58292970b2eacaf0b609b07c9afa |
unittest2_1.1.0.orig.tar.gz | 79.5 KiB | 22882a0e418c284e1f718a822b3b022944d53d2d908e1690b319a9d3eb2c0579 |
unittest2_1.1.0-6.1.debian.tar.xz | 5.3 KiB | d93d4a0d27b28ca1490340b82e5f7af71e2dd3ca275418f9d317d7a78cd9a642 |
Available diffs
No changes file available.
Binary packages built by this source
- python-unittest2: backport of the enhanced unittest testing framework - Python 2.7
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 2.7 module.
- 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.