summaryrefslogtreecommitdiff
path: root/lib/testresources/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Make FixtureResource.reset actually call fixture.reset().Robert Collins2013-01-211-0/+6
* Relicenced to BSD / Apache2.0 with full agreement of contributors.Robert Collins2010-02-271-15/+12
* partition tests to perform resource ordering optimisation into strongly conne...Robert Collins2010-02-161-0/+2
* Really fix bug 284125 by using inspect to look up the TestResult being used a...Robert Collins2009-07-131-0/+26
* Rename OptimizingTestSuite back to OptimisingTestSuite.Jonathan Lange2008-09-071-2/+3
* SampleTestResource wasn't adding anything.Jonathan Lange2008-08-171-9/+0
* Change TestResource so that instances of it are passed to test cases,Jonathan Lange2008-08-171-2/+1
* Rename _makeResource to makeResource.Jonathan Lange2008-08-161-1/+1
* Move SampleTestResource into the tests package. Replace visitor /Jonathan Lange2008-08-161-0/+10
* Optimising is spelled "optimizing".Jonathan Lange2008-08-161-2/+2
* initial cut at adsorbSuiteRobert Collins2005-09-041-0/+2
* initial implementation of ResourcedTestCase, found bug in TestResource implem...Robert Collins2005-09-041-0/+2
* create a TestResourceRobert Collins2005-09-041-0/+2
* add the TestLoaderRobert Collins2005-09-041-0/+3
* first postRobert Collins2005-09-041-0/+25