python-fixtures 0.3.6-1ubuntu1 source package in Ubuntu
Changelog
python-fixtures (0.3.6-1ubuntu1) precise; urgency=low * Build using dh_python2 -- Matthias Klose <email address hidden> Sat, 17 Dec 2011 14:13:32 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Precise
- Original maintainer:
- Robert Collins
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-fixtures_0.3.6.orig.tar.gz | 24.9 KiB | 13e4e9daf35a876954e7b910da52fddf896973162a8180763edf585e619ea98e |
python-fixtures_0.3.6-1ubuntu1.diff.gz | 1.7 KiB | 4172dc632cd2036915ecfee3d693dfa5cc86f5763dbfadd6b3995978ea561fe3 |
python-fixtures_0.3.6-1ubuntu1.dsc | 1.2 KiB | c11ac9ac7cc67f01b09b4fe87a852a1a801574c0579780e95883ffda00ff18e4 |
Available diffs
- diff from 0.3.6-1 (in Debian) to 0.3.6-1ubuntu1 (608 bytes)
Binary packages built by this source
- python-fixtures: PyUnit extension for defining test fixtures outside of test cases
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.