unittest2 0.5.1-1ubuntu1 source package in Ubuntu

Changelog

unittest2 (0.5.1-1ubuntu1) precise; urgency=low

  * Build using dh_python2
 -- Matthias Klose <email address hidden>   Sat, 17 Dec 2011 15:12:25 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python
Precise release main python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
unittest2_0.5.1.orig.tar.gz 61.0 KiB aa5de8cdf654d843379c97bd1ee240e86356d3355a97b147a6f3f4d149247a71
unittest2_0.5.1-1ubuntu1.debian.tar.gz 2.5 KiB 9f93259aa581b4f0c57c54a8f648c663e20c63a323ed2d36077670545090ea99
unittest2_0.5.1-1ubuntu1.dsc 1.4 KiB f589bc74dbc6a22f13e22744a1d8c067306f33e94e45390ad902a44cf878288e

Available diffs

View changes file

Binary packages built by this source

python-unittest2: backport of the enhanced unittest testing framework in 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.