testresources 2.0.2-ok1 source package in openKylin
Changelog
testresources (2.0.2-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 13:25:30 +0800
testresources (2.0.2-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 13:25:30 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| testresources_2.0.2.orig.tar.xz | 30.6 KiB | c2647454069b6313ec339993b3d79abee460aafbd4e5f72d8ee72cd830d0836e |
| testresources_2.0.2-ok1.debian.tar.xz | 3.5 KiB | 2b09afe9c774e28c6c5de12a2b89831c2bc97688d2ceb0982aa0b3f24848fa19 |
| testresources_2.0.2-ok1.dsc | 2.0 KiB | c72f93c4d5d4321f6c2a9c4c698dffe52915caa41894b960858150173be4dc4e |
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.