summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | | Clean resources before their dependencies, so the dependency can be used duri...Robert Collins2008-12-051-1/+1
* | | | Implement non-optimising resource dependencies/cascading by extending the Tes...Robert Collins2008-12-058-21/+146
* | | | Merge fix for bug 296658 from James Henstridge.Robert Collins2008-12-043-105/+120
|\ \ \ \
| * | | | * Remove TODO item about using setUpCost and tearDownCost in cost James Henstridge2008-12-031-4/+0
| * | | | Use _getGraph() to calculate the resource switching costs again. This James Henstridge2008-12-032-44/+29
| * | | | Put the test splitting code into split_by_resources(), and update the James Henstridge2008-12-032-35/+43
| * | | | Test all permutations in testSortIsStableWithinGroups.James Henstridge2008-12-031-11/+8
| * | | | Rather than sorting the entire list of tests, sort groups of tests that James Henstridge2008-12-022-34/+63
|/ / / /
* | | | Really stomp on sort optimisation ordering. Will be slow with huge test numbe...Robert Collins2008-12-022-54/+133
* | | | Merge James' cleaner approach.Robert Collins2008-12-021-16/+12
|\ \ \ \
| * | | | Change the sortTests() algorithm to simply walk the graph of tests, James Henstridge2008-12-021-18/+13
| * | | | Fix OptimisingTestSuite._getGraph() to handle resources correctly.James Henstridge2008-12-022-11/+12
* | | | | Ditch Dijkstra for salesman, TINFLRobert Collins2008-12-023-179/+15
* | | | | Apply patch from James Henstridge to fix test failures.Robert Collins2008-12-022-11/+12
|/ / / /
* | | | Remove actioned TODO items.Robert Collins2008-11-182-16/+2
* | | | Correctly determine least-cost overall setup and teardown. (Robert Collins)Robert Collins2008-11-182-17/+60
* | | | Merge pyunit3k->testtools change, alpha sorting NEWS sections at the same time.Robert Collins2008-11-178-28/+42
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Just copy iterate_tests from testtools.Jonathan Lange2008-10-041-1/+12
| * | Update NEWS file.Jonathan Lange2008-10-041-2/+4
| * | Use testtools not pyunit3k.Jonathan Lange2008-10-047-19/+20
|/ /
* | Merge JML's overhaul-for-clarity.Robert Collins2008-09-3014-456/+974
|\ \ | |/
| * Remove unclear / crazy TODO item.Jonathan Lange2008-09-131-3/+0
| * Rollback rename of adsorbSuite.Jonathan Lange2008-09-135-20/+20
| * Forgot to remove this.Jonathan Lange2008-09-081-3/+0
| * Move test_suite definitions to the top of test files, because lifelessJonathan Lange2008-09-084-25/+25
| * Clarify TODO item that I found unclear.Jonathan Lange2008-09-081-5/+20
| * Add a test to confirm that sortTests is called.Jonathan Lange2008-09-071-0/+11
| * 80 colsJonathan Lange2008-09-071-4/+8