dtest 0.4.0-0ubuntu1 source package in Ubuntu

Changelog

dtest (0.4.0-0ubuntu1) oneiric; urgency=low

  * Initial upload to Ubuntu.
 -- Soren Hansen <email address hidden>   Tue, 07 Jun 2011 13:51:25 +0200

Upload details

Uploaded by:
Soren Hansen
Sponsored by:
Chuck Short
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
dtest_0.4.0.orig.tar.gz 52.2 KiB 2ef8abb0d71df90aed2229781b08a809c6130c68142f8a3640d811f470f192d5
dtest_0.4.0-0ubuntu1.debian.tar.gz 2.8 KiB b00ce8d40c06d3616ab300beebb0d9c7874630e8aadeed8e6ba9f20d7384c166
dtest_0.4.0-0ubuntu1.dsc 1.0 KiB eb1f2f7340e4f621ee8e22982359050590e607777bfb7119821a45e11fe37554

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.