summaryrefslogtreecommitdiff
path: root/README
Commit message (Expand)AuthorAgeFilesLines
* Migrate to git and pbr.Robert Collins2014-09-251-0/+3
* * Documentation hopefully covers ``TestWithFixtures`` a little better.Robert Collins2013-08-161-1/+4
* * pydoc is recommended as a source of info about fixtures.Robert Collins2012-12-171-0/+3
* * The docs for fixtures have been updated to cover the full API.Robert Collins2012-12-171-2/+29
* * ``DetailStream`` was ambiguous about whether it handled bytes or characters,Robert Collins2012-12-171-5/+18
|\
| * Update docs.Robert Collins2012-12-171-5/+18
|/
* Document DetailStream.Robert Collins2012-12-111-0/+13
* * New ``DetailStream`` fixture to add file-like object content to testtoolsClark Boylan2012-12-111-1/+1
* Roll back properly.Jonathan Lange2012-08-041-1/+1
* Bump the testtools dependency.Jonathan Lange2012-07-211-1/+1
* Subclass TempDir rather than composing.James Westby2011-12-071-2/+1
* Fix the typo. Thanks Rob.James Westby2011-12-071-1/+1
* Add a TempHomeDir fixture.James Westby2011-12-061-0/+14
* MNerge NestedTempfile - make tempfile default to a new default location.Robert Collins2011-12-051-0/+10
|\
* \ Rationalise fixture names. (Jonathan Lange)Robert Collins2011-12-051-15/+15
|\ \
| * | PopenFixture => FakePopenJonathan Lange2011-11-251-9/+9
| * | Rename LoggerFixture to FakeLogger.Jonathan Lange2011-11-251-3/+3
| * | Rename EnvironmentVariableFixture to EnvironmentVariable.Jonathan Lange2011-11-251-3/+3
| |/
* | Rename to just TimeoutException, and remove more connections to Timeout only ...Martin Pool2011-11-291-3/+3
* | Rename to just 'Timeout'; other review cleanupsMartin Pool2011-11-291-6/+10
* | Add TestTimeout fixtureMartin Pool2011-11-291-0/+14
|/
* Another typo.Robert Collins2011-11-221-1/+1
* Add docs for LoggerFixture to README.Robert Collins2011-11-221-0/+8
* NEWS & README.Jonathan Lange2011-07-271-1/+1
* Make the tests run with python 2 and 3Jonathan Lange2011-07-271-8/+8
* New fixture ``PackagePathEntry`` which patches the path of an existingRobert Collins2011-06-231-0/+9
* * Details from child fixtures for both Fixture and TestWithFixtures no longerRobert Collins2011-06-231-2/+6
* * New fixture ``PythonPathEntry`` which patches sys.path.Robert Collins2011-03-191-0/+11
* Document sharing dependencies somewhat.Robert Collins2010-11-151-0/+71
* New fixture ``PythonPackage`` which manages a temporary python package.Robert Collins2010-11-071-0/+9
* Add a TempDir fixture.Robert Collins2010-11-071-0/+15
* More docs.Robert Collins2010-11-071-0/+44
* Fixtures now have a ``useFixture`` method as well, making nesting of fixturesRobert Collins2010-10-201-0/+5
* Fixup cleanUp protocol for good.Robert Collins2010-09-181-40/+18
* Correct the example context manager in README, and provide a protocol for cle...Robert Collins2010-09-111-12/+21
* Document a shortcoming of using fixtures as context managers.Robert Collins2010-09-111-0/+32
* First draft - 0.1.Robert Collins2010-08-151-0/+142