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
testresources (2.0.0-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
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 |
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.