summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* README -> README.rstRobert Collins2016-04-181-270/+0
|
* Drop support for Python 2.4, 2.5, 3.2Robert Collins2016-04-181-2/+5
| | | | | While not deliberately breaking compatibility, we cannot easily test those in CI, so stating that they are supported is at best misleading.
* 1.0.1.0.0Robert Collins2015-12-071-0/+7
|
* Handle unittest2 test suites as well.Robert Collins2015-12-071-0/+5
| | | | | This doesn't address the incompat with setUpClass etc, but I have documented it now.
* Add a Travis config.Robert Collins2015-12-041-0/+1
|
* Make FixtureResource.reset actually call fixture.reset().Robert Collins2013-01-211-5/+7
|
* Release 0.2.6 and add Python3.2 compat.0.2.6Robert Collins2013-01-201-13/+12
|
* A few README corrections:Martin Pool2012-10-231-14/+21
| | | | | | - consistently say "manager" not "factory" - explain `make` is called by `getResource` - make the example not bzrlib-specific
* Fixed typo in README.Thomi Richards2012-01-261-1/+1
|
* Tweak README.Robert Collins2010-11-151-1/+7
|
* * Added ``testresources.FixtureResource`` to wrap ``fixtures.Fixture``Robert Collins2010-11-151-5/+9
| | | | instances. (Robert Collins)
* Relicenced to BSD / Apache2.0 with full agreement of contributors.Robert Collins2010-02-271-12/+14
|
* TestResource -> TestResourceManager.Robert Collins2010-02-121-29/+26
|
* Some spelling corrections.Jonathan Lange2010-01-271-8/+8
|
* Third-party documentation for testresourcesMartin Pool2010-01-251-33/+153
|
* Release 0.2.3.Robert Collins2010-01-241-6/+7
|
* Really fix bug 284125 by using inspect to look up the TestResult being used ↵Robert Collins2009-07-131-1/+9
| | | | and audit activity via the result object tests are being run with.
* Merge adsorbSuite->addTests rename.Robert Collins2009-06-171-3/+5
|\
| * testtools not pyunit3kJonathan Lange2008-10-041-3/+3
| |\
| * | Update README.Jonathan Lange2008-09-131-3/+5
| | |
* | | Implement non-optimising resource dependencies/cascading by extending the ↵Robert Collins2008-12-051-8/+14
| |/ |/| | | | | TestResource interface.
* | Use testtools not pyunit3k.Jonathan Lange2008-10-041-3/+3
|/
* Rollback rename of adsorbSuite.Jonathan Lange2008-09-131-1/+1
|
* Add a sample test resource.Jonathan Lange2008-09-071-0/+2
|
* Update OptimisingTestSuite documentation.Jonathan Lange2008-09-071-6/+8
|
* Rename OptimizingTestSuite back to OptimisingTestSuite.Jonathan Lange2008-09-071-3/+3
|
* Restore license text.Jonathan Lange2008-09-071-1/+15
|
* README formatting, spelling and some readability changes.Jonathan Lange2008-08-171-37/+54
|
* Dependencies!Jonathan Lange2008-08-171-0/+9
|
* README cleanups.Jonathan Lange2008-08-171-31/+17
|
* Add a massive TODO file.Jonathan Lange2008-08-171-12/+0
|
* save notes from last nightRobert Collins2005-09-051-0/+3
|
* initial cut at adsorbSuiteRobert Collins2005-09-041-0/+4
|
* initial implementation of ResourcedTestCase, found bug in TestResource ↵Robert Collins2005-09-041-0/+1
| | | | implementation too.
* support dirtying the resourceRobert Collins2005-09-041-0/+1
|
* support nested getResource calls to do the right thing.Robert Collins2005-09-041-5/+6
|
* add the TestLoaderRobert Collins2005-09-041-0/+2
|
* first postRobert Collins2005-09-041-0/+70