summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.0.1.2.0.1Jelmer Vernooij2019-06-061-0/+18
|
* Release 2.0.02.0.0Robert Collins2016-04-181-0/+3
| | | | Major version due to dropping support for older Python versions.
* Drop support for Python 2.4, 2.5, 3.2Robert Collins2016-04-181-0/+7
| | | | | While not deliberately breaking compatibility, we cannot easily test those in CI, so stating that they are supported is at best misleading.
* 1.0.1.0.0Robert Collins2015-12-071-0/+3
|
* Handle unittest2 test suites as well.Robert Collins2015-12-071-0/+6
| | | | | This doesn't address the incompat with setUpClass etc, but I have documented it now.
* Release 0.2.7.0.2.7Robert Collins2013-01-211-0/+3
|
* Make FixtureResource.reset actually call fixture.reset().Robert Collins2013-01-211-2/+6
|
* * TestResourceManager.reset() was not taking dependency dirtiness intoRobert Collins2013-01-201-0/+3
| | | | consideration. (Brian Sutherland, #783488)
* * FixtureResource was not triggering cleanups or resets between uses, this isRobert Collins2013-01-201-0/+7
| | | | | fixed (but will make OptimisingTestSuite trigger resets on every transition between tests). (Robert Collins, James Westby, #1023423)
* Release 0.2.6 and add Python3.2 compat.0.2.6Robert Collins2013-01-201-0/+5
|
* NEWS made clearer. (Martin Pool)Robert Collins2012-10-231-0/+5
|
* Release 0.2.5.0.2.5Robert Collins2012-01-271-0/+3
|
* * Typo in NEWS fixed. (Thommi Richards)Robert Collins2012-01-271-0/+2
|
* * super() is now called from ResourcedTestCase fixing a long standing issueRobert Collins2011-05-051-0/+3
| | | | with using it as a mix-in in Python 2.4 and above. (Tim Cole, #771505)
* * Added ``testresources.FixtureResource`` to wrap ``fixtures.Fixture``Robert Collins2010-11-151-0/+6
| | | | instances. (Robert Collins)
* Release 0.2.4.Robert Collins2010-02-271-0/+3
|
* Relicenced to BSD / Apache2.0 with full agreement of contributors.Robert Collins2010-02-271-0/+5
|
* Use a travelling salesman heuristic to sort tests, accepting up to twice the ↵Robert Collins2010-02-191-0/+4
| | | | total resource setup/teardown cost for fast (N^2) sort times.
* partition tests to perform resource ordering optimisation into strongly ↵Robert Collins2010-02-161-0/+4
| | | | connected sets of tests, reducing optimisation passes to cases where some resources are actually reused.
* TestResource -> TestResourceManager.Robert Collins2010-02-121-0/+3
|
* Update NEWS fileJonathan Lange2010-01-271-1/+6
|
* Release 0.2.3.Robert Collins2010-01-241-0/+5
|
* Make public reusable functions for setting up and tearing down resources of ↵Robert Collins2010-01-111-0/+4
|\ | | | | | | a test.
| * Make public reusable functions for setting up and tearing down resources of ↵Robert Collins2010-01-081-0/+4
| | | | | | | | a test.
* | Implement an adapter for existing fixtures that honour a setUp/tearDown like ↵Robert Collins2010-01-071-0/+3
|/ | | | protocol.
* Fix OptimisingTestSuite.addTest when adding other OptimisingTestSuite ↵Robert Collins2010-01-051-0/+11
| | | | instances, which fixes testresources.TestLoader not generating optimising runs.
* Fix build errors with recent testtools.Robert Collins2009-12-121-6/+21
|
* Release 0.2Robert Collins2009-07-171-0/+13
|
* Really fix bug 284125 by using inspect to look up the TestResult being used ↵Robert Collins2009-07-131-3/+3
| | | | and audit activity via the result object tests are being run with.
* Merge support for trace_functions in TestResource.Robert Collins2009-07-071-0/+4
|\
| * Allow tracing of TestResource activity by passing a trace_function to ↵Robert Collins2009-06-171-0/+4
| | | | | | | | TestResource, fixing bug 284125.
* | Merge and simply James Henstridge's reset patch.Robert Collins2009-06-181-0/+5
|\ \ | |/ |/|
* | A dirty or changed dependency of a resource makes the resource dirty too, ↵Robert Collins2009-06-171-0/+3
| | | | | | | | fixing bug 324202.
* | Merge adsorbSuite->addTests rename.Robert Collins2009-06-171-0/+7
|\ \ | |/ |/|
| * testtools not pyunit3kJonathan Lange2008-10-041-2/+4
| |\
| * | Update NEWS and TODO for adsorbSuite change. Jonathan Lange2008-09-131-0/+4
| | |
* | | Merge James Henstridges fix for resource leaks during transition to ↵Robert Collins2008-12-091-0/+3
| | | | | | | | | | | | non-resourced tests.
* | | Implement non-optimising resource dependencies/cascading by extending the ↵Robert Collins2008-12-051-0/+6
| | | | | | | | | | | | TestResource interface.
* | | Merge pyunit3k->testtools change, alpha sorting NEWS sections at the same time.Robert Collins2008-11-171-9/+11
|\ \ \ | |/ / |/| / | |/
| * Update NEWS file.Jonathan Lange2008-10-041-2/+4
|/
* Rollback rename of adsorbSuite.Jonathan Lange2008-09-131-3/+0
|
* Forgot to remove this.Jonathan Lange2008-09-081-3/+0
|
* Rename makeResource and cleanResource to make and clean.Jonathan Lange2008-09-071-2/+2
|
* Rename OptimizingTestSuite back to OptimisingTestSuite.Jonathan Lange2008-09-071-5/+2
|
* Corrections and clarifications to NEWS file.Jonathan Lange2008-09-071-2/+11
|
* Update NEWS.Jonathan Lange2008-08-281-0/+4
|
* Rename flatAddTest to addTestFlat.Jonathan Lange2008-08-281-2/+2
|
* Add a NEWS file listing the changes.Jonathan Lange2008-08-281-0/+57