python-testscenarios 0.5.0-4 source package in Ubuntu

Changelog

python-testscenarios (0.5.0-4) unstable; urgency=medium

  * Add extend-diff-ignore to ignore egg-info (Closes: #1045636).

 -- Thomas Goirand <email address hidden>  Tue, 15 Aug 2023 15:50:10 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testscenarios_0.5.0-4.dsc 2.1 KiB 2f1d0453e9dacf6e6c3fe01c65317b83bac542371fc524bf8a2f1a0e8c00dfab
python-testscenarios_0.5.0.orig.tar.xz 15.4 KiB 684bfac2b380384704d33717e30a3f02f78aa587f78227a13012abbda61d09eb
python-testscenarios_0.5.0-4.debian.tar.xz 3.7 KiB 2ddf00967ceb783b9b9d004334327e1e7c6fe762db90b89ae80fac582f9a3786

No changes file available.

Binary packages built by this source

python3-testscenarios: Dependency injection for Python unittest tests - Python 3.x

 testscenarios provides clean dependency injection for Python unittest style
 tests. This can be used for interface testing (testing many implementations
 via a single test suite) or for classic dependency injection (provide tests
 with dependencies externally to the test code itself, allowing easy testing
 in different situations).
 .
 This package contains the Python 3.x module.