dtest 0.4.0-0ubuntu2 source package in Ubuntu

Changelog

dtest (0.4.0-0ubuntu2) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:02:32 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

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

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dtest_0.4.0.orig.tar.gz 52.2 KiB 2ef8abb0d71df90aed2229781b08a809c6130c68142f8a3640d811f470f192d5
dtest_0.4.0-0ubuntu2.debian.tar.gz 2.8 KiB 210685c89303095a7caca34b41250272801215003636a32ecbd74148e1d87c5e
dtest_0.4.0-0ubuntu2.dsc 1.1 KiB d17033f67a67396e7d1ed2dcd25f520480c3dc377985388d16a598005fd72e69

Available diffs

View changes file

Binary packages built by this source

python-dtest: Dependency-based Threaded Test Framework for Python

 The DTest framework is a testing framework, similar to the standard
 unittest package provided by Python. The value-add for DTest,
 however, is that test execution is threaded, through use of the
 eventlet package. The DTest package also provides the concept of
 "dependencies" between tests and test fixtures -- thus the "D" in
 "DTest" -- which ensure that tests don't run until the matching set up
 test fixtures have completed, and that the tear down test fixtures
 don't run until all the associated tests have completed. Dependencies
 may also be used to ensure that tests requiring the availability of
 certain functionality don't run if the tests of that specific
 functionality fail.