python-fixtures 3.0.0-ok1 source package in openKylin

Changelog

python-fixtures (3.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
python-fixtures_3.0.0.orig.tar.xz 35.0 KiB cf8203a1a7a83645801bd8780ae7adaf3083cc83fef58b33d43da907c00e0077
python-fixtures_3.0.0-ok1.debian.tar.xz 2.6 KiB 973c8fb80e4430bbf197b234129470d0d828c298c1e964dcd8cf83a0a0b5eafe
python-fixtures_3.0.0-ok1.dsc 2.0 KiB b44eed2a83b6c226d34bdd33c0b7b59d15b7ba14f922515d4af8ebac7f9f7e0a

View changes file

Binary packages built by this source

python3-fixtures: PyUnit extension for defining test fixtures outside of test cases - Python 3.x

 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.