summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge sortTests performance bugfix.Robert Collins2010-02-195-34/+447
|\
| * Use a travelling salesman heuristic to sort tests, accepting up to twice the ...Robert Collins2010-02-194-43/+328
| * partition tests to perform resource ordering optimisation into strongly conne...Robert Collins2010-02-165-23/+151
|/
* TestResource -> TestResourceManager.Robert Collins2010-02-124-38/+38
* Much improved documentation for end users.Jonathan Lange2010-01-272-34/+159
|\
| * Update NEWS fileJonathan Lange2010-01-271-1/+6
| * Some spelling corrections.Jonathan Lange2010-01-271-8/+8
| * Third-party documentation for testresourcesMartin Pool2010-01-251-33/+153
|/
* Include MANIFEST.in and NEWS.Robert Collins2010-01-241-0/+2
* Release 0.2.3.Robert Collins2010-01-246-7/+19
* Make public reusable functions for setting up and tearing down resources of a...Robert Collins2010-01-113-30/+66
|\
| * Make public reusable functions for setting up and tearing down resources of a...Robert Collins2010-01-083-30/+66
* | Implement an adapter for existing fixtures that honour a setUp/tearDown like ...Robert Collins2010-01-113-0/+107
|\ \ | |/ |/|
| * Typo.Robert Collins2010-01-071-1/+1
| * Implement an adapter for existing fixtures that honour a setUp/tearDown like ...Robert Collins2010-01-073-0/+107
|/
* Release 0.2.2.Robert Collins2010-01-051-1/+1
* Fix OptimisingTestSuite.addTest when adding other OptimisingTestSuite instanc...Robert Collins2010-01-053-1/+21
* Fix build errors with recent testtools.Robert Collins2009-12-123-8/+23
* Handle finding a test result when surrounding frames are things like twisted ...Robert Collins2009-08-061-1/+6
* Release 0.2Robert Collins2009-07-172-4/+17
* Really fix bug 284125 by using inspect to look up the TestResult being used a...Robert Collins2009-07-137-49/+183
* Merge support for trace_functions in TestResource.Robert Collins2009-07-073-3/+32
|\
| * Review feedback - make the trace happen around make and clean not just before...Robert Collins2009-06-182-6/+12
| * Allow tracing of TestResource activity by passing a trace_function to TestRes...Robert Collins2009-06-173-3/+26
* | Review feedback.Robert Collins2009-07-071-2/+2
* | Merge and simply James Henstridge's reset patch.Robert Collins2009-06-183-8/+77
|\ \ | |/ |/|
| * Update code to reset() resources if they have been used by a test.James Henstridge2009-01-243-34/+81
| * Rename _resetResource() to reset() (explicitly documenting it as James Henstridge2009-01-202-8/+53
* | Make TestResource.make_all and clean_all private methods.Robert Collins2009-06-171-6/+6
* | A dirty or changed dependency of a resource makes the resource dirty too, fix...Robert Collins2009-06-173-2/+70
* | Merge bug fix for lp:271257Robert Collins2009-06-173-11/+53
|\ \
| * | Merge in James's patch and apply a fix.Jonathan Lange2008-11-023-7/+49
* | | Merge adsorbSuite->addTests rename.Robert Collins2009-06-176-57/+80
|\ \ \ | |/ / | | / | |/ |/|
| * Merge adsorb-suite.Jonathan Lange2008-10-296-57/+77
| |\
| | * Merge pyunit3k rename.Jonathan Lange2008-10-290-0/+0
| | |\ | | |/ | |/|
| * | Merge pyunit3k renameJonathan Lange2008-10-298-21/+35
| |\ \
| | | * Don't need iterate_tests any more.Jonathan Lange2008-10-041-12/+0
| | | * testtools not pyunit3kJonathan Lange2008-10-048-21/+35
| | | |\ | | | |/ | | |/|
| | | * Update README.Jonathan Lange2008-09-131-3/+5
| | | * Update NEWS and TODO for adsorbSuite change. Jonathan Lange2008-09-132-24/+4
| | | * Add another test to satisfy my paranoia.Jonathan Lange2008-09-131-7/+24
| | | * Rename adsorbSuite to addTest in the tests.Jonathan Lange2008-09-131-14/+14
| | | * Move implementation to addTest, deprecating adsorbSuite.Jonathan Lange2008-09-131-4/+9
| | | * Implement in terms of base addTest.Jonathan Lange2008-09-131-2/+3
| | | * Make adsorbSuite preserve some of the test suite hierarchy.Jonathan Lange2008-09-132-5/+32
| | | * Failures are failures.Jonathan Lange2008-09-131-1/+1
* | | | Merge James Henstridges fix for resource leaks during transition to non-resou...Robert Collins2008-12-093-9/+33
|\ \ \ \
| * | | | Make OptimisingTestSuite release resources before running non-resourced James Henstridge2008-12-052-9/+30
|/ / / /
* | | | Prevent thrashing on dependent resources.Robert Collins2008-12-051-1/+3
* | | | Grouping of tests includes dependent tests.Robert Collins2008-12-052-3/+62