summaryrefslogtreecommitdiff
path: root/lib/testresources/tests
Commit message (Expand)AuthorAgeFilesLines
* Release 0.2.6 and add Python3.2 compat.0.2.6Robert Collins2013-01-203-3/+6
* * super() is now called from ResourcedTestCase fixing a long standing issueRobert Collins2011-05-052-4/+32
|\
| * fix usage of super() and get tests passingtim.cole@canonical.com2011-05-032-1/+39
| * use super in test casestim.cole@canonical.com2011-05-032-4/+4
|/
* * Added ``testresources.FixtureResource`` to wrap ``fixtures.Fixture``Robert Collins2010-11-151-0/+20
* Relicenced to BSD / Apache2.0 with full agreement of contributors.Robert Collins2010-02-276-89/+72
* Use a travelling salesman heuristic to sort tests, accepting up to twice the ...Robert Collins2010-02-192-6/+108
* partition tests to perform resource ordering optimisation into strongly conne...Robert Collins2010-02-163-0/+83
* Make public reusable functions for setting up and tearing down resources of a...Robert Collins2010-01-111-4/+8
|\
| * Make public reusable functions for setting up and tearing down resources of a...Robert Collins2010-01-081-4/+8
* | Implement an adapter for existing fixtures that honour a setUp/tearDown like ...Robert Collins2010-01-071-0/+60
|/
* Fix OptimisingTestSuite.addTest when adding other OptimisingTestSuite instanc...Robert Collins2010-01-051-0/+9
* Fix build errors with recent testtools.Robert Collins2009-12-121-1/+1
* Really fix bug 284125 by using inspect to look up the TestResult being used a...Robert Collins2009-07-134-13/+111
* Merge support for trace_functions in TestResource.Robert Collins2009-07-071-2/+16
|\
| * Review feedback - make the trace happen around make and clean not just before...Robert Collins2009-06-181-3/+7
| * Allow tracing of TestResource activity by passing a trace_function to TestRes...Robert Collins2009-06-171-2/+12
* | Merge and simply James Henstridge's reset patch.Robert Collins2009-06-181-4/+54
|\ \ | |/ |/|
| * Update code to reset() resources if they have been used by a test.James Henstridge2009-01-242-31/+66
| * Rename _resetResource() to reset() (explicitly documenting it as James Henstridge2009-01-201-0/+35
* | A dirty or changed dependency of a resource makes the resource dirty too, fix...Robert Collins2009-06-171-1/+48
* | Merge bug fix for lp:271257Robert Collins2009-06-172-9/+53
|\ \
| * | Merge in James's patch and apply a fix.Jonathan Lange2008-11-022-5/+49
* | | Merge adsorbSuite->addTests rename.Robert Collins2009-06-171-11/+46
|\ \ \ | |/ / | | / | |/ |/|
| * testtools not pyunit3kJonathan Lange2008-10-044-15/+15
| |\
| * | 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
| * | Make adsorbSuite preserve some of the test suite hierarchy.Jonathan Lange2008-09-131-3/+21
* | | Make OptimisingTestSuite release resources before running non-resourced James Henstridge2008-12-051-2/+24
* | | Grouping of tests includes dependent tests.Robert Collins2008-12-051-0/+56
* | | Implement non-optimising resource dependencies/cascading by extending the Tes...Robert Collins2008-12-053-5/+59
* | | Use _getGraph() to calculate the resource switching costs again. This James Henstridge2008-12-031-19/+13
* | | Put the test splitting code into split_by_resources(), and update the James Henstridge2008-12-031-14/+28
* | | 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-021-9/+31
* | | Really stomp on sort optimisation ordering. Will be slow with huge test numbe...Robert Collins2008-12-021-40/+104
* | | Apply patch from James Henstridge to fix test failures.Robert Collins2008-12-021-7/+7
* | | Correctly determine least-cost overall setup and teardown. (Robert Collins)Robert Collins2008-11-181-12/+46
| |/ |/|
* | Use testtools not pyunit3k.Jonathan Lange2008-10-044-15/+15
|/
* Rollback rename of adsorbSuite.Jonathan Lange2008-09-131-9/+9
* Move test_suite definitions to the top of test files, because lifelessJonathan Lange2008-09-084-25/+25
* Add a test to confirm that sortTests is called.Jonathan Lange2008-09-071-0/+11
* 80 colsJonathan Lange2008-09-071-4/+8
* Vertical whitespace.Jonathan Lange2008-09-071-1/+1
* Rename makeResource and cleanResource to make and clean.Jonathan Lange2008-09-073-6/+6
* Rename OptimizingTestSuite back to OptimisingTestSuite.Jonathan Lange2008-09-073-25/+26
* Move cost_of_switching and switch back into OptimizingTestSuite.Jonathan Lange2008-08-281-21/+28
* Rename flatAddTest to addTestFlat.Jonathan Lange2008-08-281-4/+4
* Move more stuff out of OptimizingTestSuite. This time its the logic toJonathan Lange2008-08-171-10/+0
* SampleTestResource wasn't adding anything.Jonathan Lange2008-08-173-43/+4