Download project files

How do I verify a download?


0.2.4 release from the trunk series released

Release information
Release notes:

0.2.4
-----

* Performance of test sorting improved.

* Relicenced to BSD / Apache2.0 with full agreement of contributors.

* Rename TestResource to TestResourceManager leaving TestResource as an alias.

* Substantially improved documentation in README.

Changelog:

CHANGES
~~~~~~~

* Relicenced to BSD / Apache2.0 with full agreement of contributors.

IMPROVEMENTS
~~~~~~~~~~~~

* Substantially improved documentation in README. (mbp)

* Rename TestResource to TestResourceManager leaving TestResource as an alias.
  Fixes bug #520769.

* Test sorting no longer performs N! work on tests that can never benefit from
  order optimisations (when resources are not shared an arbitrary order is
  sufficient). Partial fix for bug #522338.

* Test sorting now uses a heuristic on each partition to get a sort that is
  no worse than twice the optimal number of setup/teardown operations and is
  fast to calculate. Fixes bug #522338

File Description Downloads
download icon dist-testresources-0.2.4.tar.gz (md5, sig) release tarball 142
last downloaded 51 weeks ago
Total downloads: 142

0.2.3 release from the trunk series released

Release information
Release notes:

Releasing to get unreleased improvements out there.

* Distribute doc/*.py in the source tarball.

* New helper testresources.GenericResource which should remove the need for
  much boilerplate when using testresources with existing test fixtures.

* New public functions testresources.setUpResources and
  testresources.tearDownResources for folk that cannot easily use
  ResourcedTestCase. Fixes bug #504146.

Changelog:

IMPROVEMENTS
~~~~~~~~~~~~~

* Distribute doc/*.py in the source tarball.

* New helper testresources.GenericResource which should remove the need for
  much boilerplate when using testresources with existing test fixtures.

API CHANGES
~~~~~~~~~~~

* New public functions testresources.setUpResources and
  testresources.tearDownResources for folk that cannot easily use
  ResourcedTestCase. Fixes bug #504146.

File Description Downloads
download icon testresources-0.2.3.tar.gz (md5, sig) Source tarball. 192
last downloaded 51 weeks ago
Total downloads: 192

0.2.2 release from the trunk series released

Release information
Release notes:

Bugfix OptimisingTestSuite when used via testresources.TestLoader, permitting optimised test runs.

Changelog:

* OptimisingTestSuite.addTest was not unpacking OptimisingTestSuite instances.
  When using testresources.TestLoader to load tests this was generating an
  unoptimised layout, with each test in its own little suite, and no resource
  sharing happening.

File Description Downloads
download icon testresources-0.2.2.tar.gz (md5, sig) Source tarball. 187
last downloaded 51 weeks ago
Total downloads: 187

0.2.1 release from the trunk series released

Release information
Release notes:

0.2.1
------

A small bugfix release for compatibility with newer testtools.

INTERNALS
~~~~~~~~~

* One test case wasn't upcalling setUp properly, causing test failures with
  more recent testtools that check for this mistake.

File Description Downloads
download icon testresources-0.2.1.tar.gz (md5, sig) 0.2.1 source tarball 194
last downloaded 56 weeks ago
Total downloads: 194