summaryrefslogtreecommitdiff
path: root/lib/testresources/tests/test_resourced_test_case.py
Commit message (Expand)AuthorAgeFilesLines
* * super() is now called from ResourcedTestCase fixing a long standing issueRobert Collins2011-05-051-1/+29
|\
| * fix usage of super() and get tests passingtim.cole@canonical.com2011-05-031-0/+38
| * use super in test casestim.cole@canonical.com2011-05-031-1/+1
|/
* Relicenced to BSD / Apache2.0 with full agreement of contributors.Robert Collins2010-02-271-15/+12
* Make public reusable functions for setting up and tearing down resources of a...Robert Collins2010-01-081-4/+8
* Really fix bug 284125 by using inspect to look up the TestResult being used a...Robert Collins2009-07-131-1/+11
* Implement non-optimising resource dependencies/cascading by extending the Tes...Robert Collins2008-12-051-1/+28
* Use testtools not pyunit3k.Jonathan Lange2008-10-041-3/+3
* Move test_suite definitions to the top of test files, because lifelessJonathan Lange2008-09-081-6/+6
* Rename makeResource and cleanResource to make and clean.Jonathan Lange2008-09-071-1/+1
* Explode some test cases again.Jonathan Lange2008-08-171-17/+29
* Move more stuff into setUp.Jonathan Lange2008-08-171-22/+20
* Refactor a little to take advantage of instance-based resources.Jonathan Lange2008-08-171-38/+38
* Change TestResource so that instances of it are passed to test cases,Jonathan Lange2008-08-171-12/+15
* Use nicer assertions that pyunit3k provides.Jonathan Lange2008-08-171-11/+8
* Use pyunit3k for testing.Jonathan Lange2008-08-171-2/+2
* Remove import tests.Jonathan Lange2008-08-171-3/+0
* More imports.Jonathan Lange2008-08-161-10/+10
* Move the test_suite hooks to the end of the test modules.Jonathan Lange2008-08-161-5/+6
* Rename _makeResource to makeResource.Jonathan Lange2008-08-161-1/+1
* Rename _resources to resources.Jonathan Lange2008-08-161-5/+5
* Move SampleTestResource into the tests package. Replace visitor /Jonathan Lange2008-08-161-9/+9
* These don't need to be staticmethods, they can be instance methods.Jonathan Lange2008-08-161-6/+6
* Whitespace cleanupJonathan Lange2008-08-161-4/+4
* initial implementation of ResourcedTestCase, found bug in TestResource implem...Robert Collins2005-09-041-0/+88