python-fixtures 4.0.1-ok1 source package in openKylin

Changelog

python-fixtures (4.0.1-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Mon, 05 Sep 2022 10:13:22 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
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
Nile V2.0 proposed main python
Nile V2.0 release main python
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-fixtures_4.0.1.orig.tar.gz 43.3 KiB 4d7d62500cbde895bd0be06af75432d1ecd7bfd06a82d25631b627daed3b1c78
python-fixtures_4.0.1-ok1.debian.tar.xz 6.2 KiB 38d58f9e8d6e41999250a4be5016780c5dcbecaecd120b42274aa94d1370bbf1
python-fixtures_4.0.1-ok1.dsc 1.9 KiB 791be0f7b45f0a8878f88053d9d97db829825d89f09e7958890cec4418ef8e25

Available diffs

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.