Paketname | python-testresources |
Beschreibung | PyUnit extension for managing expensive test fixtures |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.2.4-1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 188 Byte |
Hängt ab von | python (>= 2.4), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | testresources |
Paketgröße | 33172 Byte |
Prüfsumme MD5 | 7a6b8fb47812e281b8f209319618a903 |
Prüfsumme SHA1 | 6c23ddbe6a02c6602f08f888a3729c51bdd995e6 |
Prüfsumme SHA256 | e327d96eb7ed8676c0577961e9442d3d071f14cf054d4f6ae733936906b44920 |
Link zum Herunterladen | python-testresources_0.2.4-1_all.deb |
Ausführliche Beschreibung | PyUnit extension to manage the initialisation and lifetime of expensive
test fixtures.
.
For example reference databases are often only need to be constructed
once but standard test isolation causes them to be constructed for every
fixture, making test execution very slow.
|