python-ddt 1.4.2-2 source package in Ubuntu
Changelog
python-ddt (1.4.2-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand <email address hidden> Wed, 29 Sep 2021 12:29:10 +0200
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 | |
---|---|---|---|---|
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-ddt_1.4.2-2.dsc | 2.2 KiB | 30e942c810772aa9cac07445441c27a7c6d145ba3582e0af3da98966b4bc80cb |
python-ddt_1.4.2.orig.tar.xz | 15.8 KiB | 2b43a9f0c0a4309cc151fe206c47c52015d4095322b3ce561439ce18cf94aa2a |
python-ddt_1.4.2-2.debian.tar.xz | 3.4 KiB | 794a0f8975b678ab5d11407d1547ca3ed05eed813bdbcd85e644f1e27e3ee9a4 |
Available diffs
- diff from 1.4.1-2.1 to 1.4.2-2 (2.0 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.