testresources 2.0.0-ok1 source package in openKylin

Changelog

testresources (2.0.0-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
testresources_2.0.0.orig.tar.xz 28.9 KiB 361e29de326700153eba526e3bb83ef476821d19b95d46d8f2048e81b9a9950f
testresources_2.0.0-ok1.debian.tar.xz 3.7 KiB 34289ff0eacd3a371bdbc752074426e1c83a7bc1fe158d9f7d19cc11f2605653
testresources_2.0.0-ok1.dsc 2.0 KiB aca40103eaf2b806268daae93fa82430d59844159615ed643ccb7ae79b73bc13

View changes file

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.