testresources 2.0.0-2 source package in Ubuntu

Changelog

testresources (2.0.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Fix wrong Vcs-*

  [ Thomas Goirand ]
  * Add missing dh-python build-depends.

 -- Thomas Goirand <email address hidden>  Mon, 02 Apr 2018 16:55:00 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
testresources_2.0.0-2.dsc 2.3 KiB ce2effd11b000352466f2381ba21d6140d59471c3870459aea9199113a116766
testresources_2.0.0.orig.tar.xz 28.9 KiB 361e29de326700153eba526e3bb83ef476821d19b95d46d8f2048e81b9a9950f
testresources_2.0.0-2.debian.tar.xz 5.5 KiB 2f39a0e13954b0212eb0d79d8782179b550d55f77ba5ebca32b3e67635b9b5e1

Available diffs

No changes file available.

Binary packages built by this source

python-testresources: No summary available for python-testresources in ubuntu focal.

No description available for python-testresources in ubuntu focal.

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.