python-fixtures 0.3.14-0ubuntu1 source package in Ubuntu

Changelog

python-fixtures (0.3.14-0ubuntu1) saucy; urgency=low

  * New upstream release.
 -- Chuck Short <email address hidden>   Tue, 10 Sep 2013 11:08:25 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [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-0ubuntu1.debian.tar.gz 3.4 KiB 470e41f65ec4ecad2a6d428d5f9357efc59943b266d38a873945fd828ee8d31a
python-fixtures_0.3.14-0ubuntu1.dsc 1.4 KiB 4bce9964c0c66072677eb30354894b4cb4bb20261c69e56b54d04f72fcd9620d

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.