python-fixtures 4.0.1-2 source package in Ubuntu
Changelog
python-fixtures (4.0.1-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand <email address hidden> Fri, 23 Sep 2022 12:32:48 +0200
Upload details
- Uploaded by:
- Debian OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-fixtures_4.0.1-2.dsc | 2.2 KiB | a55b919985a5ba89a119d0c4d3626303f6c08eb6560eaf3acfd9591459fa3b60 |
python-fixtures_4.0.1.orig.tar.xz | 37.0 KiB | a64928e186162aa525b13026ef9a6f23a89e1cad142b9a25baf3ed7d104d4758 |
python-fixtures_4.0.1-2.debian.tar.xz | 4.2 KiB | 1cf7ed1aa5f3ea18a90193a98de9eb8cd4bbdfcfabd2c25719aa4818dbd1346b |
Available diffs
- diff from 3.0.0-4 to 4.0.1-2 (20.5 KiB)
No changes file available.
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.