Registered by Robert Collins

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.

Project information

Part of:
Friends of PyUnit
Maintainer:
testresources developers
Driver:
Not yet selected
Licence:
GNU GPL v2

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
python

All questions Latest questions

All packages Packages in Distributions

Downloads

Latest version is 0.2.4
released

All downloads

Announcements

  • 0.2.4 released on 2010-02-26
    CHANGES ~~~~~~~ * Relicenced to BSD / Apache2.0 with full agreement of contr...
  • 0.2.3 released on 2010-01-24
    * Distribute doc/*.py in the source tarball. * New helper testresources.Gene...
  • 0.2.2 released on 2010-01-05
    Test suites create by testresources.TestLoad().loadTests* were not optimising...
  • testresources 0.2.1 released on 2009-12-12
    Changes in testtools uncovered a small bug in the testresources test suite - ...
  • testresources 0.2 released! on 2009-07-17
    Robert and I are pleased to announce the first ever release of testresources....