python-ddt 1.2.1-2ubuntu3 source package in Ubuntu

Changelog

python-ddt (1.2.1-2ubuntu3) focal; urgency=medium

  * Upload with no delta anymore, back syncable

 -- Gianfranco Costamagna <email address hidden>  Wed, 08 Jan 2020 14:22:11 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ddt_1.2.1.orig.tar.xz 13.7 KiB 6d60f2f0cd58e2d7088fa6958232abf1e7480e183b6306deee02fd137d4b8bb0
python-ddt_1.2.1-2ubuntu3.debian.tar.xz 3.1 KiB f5061eb6c4c499ede60b68b414c41832a2190983b28880a517acd6d83381f1c2
python-ddt_1.2.1-2ubuntu3.dsc 2.2 KiB df9943bb7d40ec5d78f131a70a61fc49ae5bd34a2344f3013b0a5044208d9e2e

View changes file

Binary packages built by this source

python-ddt-doc: Data-Driven/Decorated Tests - doc

 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 documentation.

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.