python-ddt 0.4.0-2 source package in Ubuntu

Changelog

python-ddt (0.4.0-2) unstable; urgency=low


  * Not specifying the version of the LGPL in debian/copyright.

 -- Thomas Goirand <email address hidden>  Tue, 22 Oct 2013 02:21:34 +0800

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-ddt_0.4.0-2.dsc 2.1 KiB d26a9b332b559afa060296ed2192e18ca3b8ef55d9f075257ae52d337885e6fd
python-ddt_0.4.0.orig.tar.xz 8.2 KiB d2437e8a4cb0d9f2571e5e8fc07df077b446f016fb8771c9b1d8ab0b1d489a39
python-ddt_0.4.0-2.debian.tar.gz 2.1 KiB 24b4716283ec1693de589473c98c73366d2534e4ca3c74a0333332159c557f0d

No changes file available.

Binary packages built by this source

python-ddt: Data-Driven/Decorated Tests

 DDT (Data-Driven Tests) allows you to multiply one test case by running it
 with different test data, and make it appear as multiple test cases. DDT
 consists of a class decorator ddt (for your TestCase subclass) and two
 method decorators (for your tests that want to be multiplied).