python-fixtures 3.0.0-2 source package in Ubuntu

Changelog

python-fixtures (3.0.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

  [ Thomas Goirand ]
  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Tue, 04 Oct 2016 10:53:50 +0200

Upload details

Uploaded by:
Robert Collins
Uploaded to:
Sid
Original maintainer:
Robert Collins
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main python

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-fixtures_3.0.0-2.dsc 2.4 KiB ab9e93162f085c35401216c018cb0d71b9aae1f9f07bb3990196c5cd300035b7
python-fixtures_3.0.0.orig.tar.xz 35.0 KiB cf8203a1a7a83645801bd8780ae7adaf3083cc83fef58b33d43da907c00e0077
python-fixtures_3.0.0-2.debian.tar.xz 3.7 KiB eb76e77afd72f5e7aa4e36e52ee1f0a302c3bb28abcac30a39c93351e1f67a3c

No changes file available.

Binary packages built by this source

python-fixtures: No summary available for python-fixtures in ubuntu focal.

No description available for python-fixtures in ubuntu focal.

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.