python-ddt 1.4.4-2 source package in Ubuntu
Changelog
python-ddt (1.4.4-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand <email address hidden> Wed, 23 Mar 2022 16:23:01 +0100
Upload details
- Uploaded by:
- Debian OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-ddt_1.4.4-2.dsc | 2.2 KiB | 1efeaeae0375f2b7ed40238a2ab44e1504a9caaec8bddfcde78f1f761b099227 |
python-ddt_1.4.4.orig.tar.xz | 16.4 KiB | 44e205edd3e612cde3bc21f7e62ee61e90196c592c9c45a5787cbe4bedd8262f |
python-ddt_1.4.4-2.debian.tar.xz | 3.4 KiB | 40ebbf676321a6a5528e8ca2109501f789885012d8525e2dbbe40623cbaf5853 |
Available diffs
- diff from 1.4.2-2 to 1.4.4-2 (2.6 KiB)
No changes file available.
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.