python-testscenarios 0.5.0-3 source package in Ubuntu

Changelog

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

  [ Mattia Rizzolo ]
  * Remove Robert Collins from uploaders, as he has retired.  Closes: #920509

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Thomas Goirand ]
  * Removed Python 2 support (Closes: #938214).
  * Add fix-Makefile-to-use-py3.patch.

 -- Thomas Goirand <email address hidden>  Sat, 14 Sep 2019 18:58:09 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testscenarios_0.5.0-3.dsc 2.1 KiB c04b125660f64ee65ee2741d52510d7f953b323ac88809202f08bde76a2b4567
python-testscenarios_0.5.0.orig.tar.xz 15.4 KiB 684bfac2b380384704d33717e30a3f02f78aa587f78227a13012abbda61d09eb
python-testscenarios_0.5.0-3.debian.tar.xz 3.6 KiB db48b45fea62187b8cb225bdde7586d3043c5431adb2dc98d20ef92233cae89a

Available diffs

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.