python-fixtures 0.3.14-1ubuntu1 source package in Ubuntu

Changelog

python-fixtures (0.3.14-1ubuntu1) trusty; urgency=low

  * Drop not-needed python-support build-depends.
 -- Dmitrijs Ledkovs <email address hidden>   Tue, 12 Nov 2013 15:37:41 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-1ubuntu1.debian.tar.gz 3.6 KiB 8276e30d2c4e64d3f541d546cbb1da32d6340ac01ac6f7c608b96e69360f0256
python-fixtures_0.3.14-1ubuntu1.dsc 2.2 KiB 20a5eea80d37456752e6c3cc17d73f927c2496747887f5ae070b389ceeb15d9d

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.