python-fixtures 4.2.5-ok1 source package in openKylin
Changelog
python-fixtures (4.2.5-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:46:56 +0800
python-fixtures (4.2.5-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:46:56 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-fixtures_4.2.5.orig.tar.xz | 40.8 KiB | 86a1f5c8c572c6750d875a810f4c7f49c8d5dbecf755e8c2d781de023e643ea4 |
| python-fixtures_4.2.5-ok1.debian.tar.xz | 3.5 KiB | 1b1be4aac084d2643c38b8aa2e0e7c0de9c4c7d5b297480cc651fa0ab3bcf714 |
| python-fixtures_4.2.5-ok1.dsc | 2.0 KiB | 235b0bcb9a2c575f9420f84b05483553685dedd954c04be3cabe3f49331ebf2c |
A PyUnit extension for defining test fixtures outside of test cases. Each
fixture encapsulates creating, reusing and freeing some state - be that a
temporary directory on disk, SQL server connection, or just a particular
object graph. This is extremely useful for testing and general resource
management.
.
Fixtures ships with the base class, unittest glue and a number of precanned
concrete fixtures.
.
This package provides the Python 3.x module.