testresources 2.0.1-2 source package in Ubuntu

Changelog

testresources (2.0.1-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 08 May 2020 12:08:01 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testresources_2.0.1-2.dsc 2.1 KiB b19de4a7abff3b2c5dfdcfaac0844e35fe0f655cd0e1b4e81b66f4dcb412e939
testresources_2.0.1.orig.tar.xz 29.7 KiB 1df640e73439842e038a483b83ea4c2e7f5f74e79821920e5ddd960721c5d352
testresources_2.0.1-2.debian.tar.xz 5.4 KiB 8c94d62a82ae024a6e24a657033119a2368c52473d68d2d70f71cd98d99e91bc

Available diffs

No changes file available.

Binary packages built by this source

python3-testresources: PyUnit extension for managing expensive test fixtures - Python 3.x

 PyUnit extension to manage the initialisation and lifetime of expensive
 test fixtures.
 .
 For example reference databases are often only need to be constructed
 once but standard test isolation causes them to be constructed for every
 fixture, making test execution very slow.
 .
 This package provides the Python 3.x module.