python-ddt 1.0.1-1 source package in Ubuntu

Changelog

python-ddt (1.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Fixed && into ; in debian/rules.

 -- Thomas Goirand <email address hidden>  Sun, 03 Jan 2016 23:15:36 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ddt_1.0.1-1.dsc 2.2 KiB 12bc714716b807b692d849c93719b3aa326de0add706da125331d0de5b6e1856
python-ddt_1.0.1.orig.tar.xz 12.0 KiB 7168857f321ae1797d28b1309bf293c845c51dd6730ac066ea0ece3b73f0f763
python-ddt_1.0.1-1.debian.tar.xz 2.8 KiB b0a4a261e6854fba1c421c7959fd2ce66faaa3d2d5d267cd33ac0a100268656b

Available diffs

No changes file available.

Binary packages built by this source

python-ddt: Data-Driven/Decorated Tests - Python 2.x

 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).
 .
 This package contains the Python 2.x module.

python-ddt-doc: No summary available for python-ddt-doc in ubuntu yakkety.

No description available for python-ddt-doc in ubuntu yakkety.

python3-ddt: Data-Driven/Decorated Tests - Python 3.x

 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).
 .
 This package contains the Python 3.x module.