python-fixtures 0.3.14-1ubuntu2 source package in Ubuntu

Changelog

python-fixtures (0.3.14-1ubuntu2) trusty; urgency=medium

  * d/control: Build-Depend on python3-all.
 -- Barry Warsaw <email address hidden>   Thu, 16 Jan 2014 10:47:08 -0500

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-fixtures_0.3.14.orig.tar.gz 33.8 KiB 4cc3313e52519d2671bd22aacd4b3fde9d96b31eb49db04a7cd5ccc61fec5139
python-fixtures_0.3.14-1ubuntu2.debian.tar.gz 3.6 KiB 0aa024eef765d9ad3835b710e05a3bf26095fc0266e7a134d219aebfcc5290a8
python-fixtures_0.3.14-1ubuntu2.dsc 2.3 KiB d8ed92e06782991847a972d6e823a20a7f947cf091882a4db5e515d65adaa20c

Available diffs

View changes file

Binary packages built by this source

python-fixtures: PyUnit extension for defining test fixtures outside of test cases - Python 2.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 2.x module.

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.