summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.8.0.3.8Robert Collins2011-12-051-0/+6
* MNerge NestedTempfile - make tempfile default to a new default location.Robert Collins2011-12-051-0/+3
|\
* \ Rationalise fixture names. (Jonathan Lange)Robert Collins2011-12-051-1/+5
|\ \
| * | PopenFixture => FakePopenJonathan Lange2011-11-251-4/+4
| * | Rename LoggerFixture to FakeLogger.Jonathan Lange2011-11-251-2/+2
| * | Rename EnvironmentVariableFixture to EnvironmentVariable.Jonathan Lange2011-11-251-0/+4
| |/
* | Merge gather_details fix from Jonathan Lange.Robert Collins2011-12-051-0/+3
|\ \ | |/
* | Rename to just 'Timeout'; other review cleanupsMartin Pool2011-11-291-1/+1
* | Add TestTimeout fixtureMartin Pool2011-11-291-0/+2
|/
* EnvironmentVariableFixture now upcalls via super.Robert Collins2011-11-221-0/+5
|\
* | Release 0.3.7.Robert Collins2011-11-221-0/+3
* | Add new LoggingFixture fixture for replacing logging Loggers.Robert Collins2011-11-221-0/+3
* | Typo.Robert Collins2011-08-221-1/+1
* | Extend TempDir to allow controlling the root directory.Robert Collins2011-08-221-0/+5
* | * On Python 2.7 and above the _fixtures tests are no longer run twice.Robert Collins2011-08-221-0/+3
* | Note in NEWS the new testtools version dependency as well.Robert Collins2011-08-221-0/+1
|/
* NEWS & README.Jonathan Lange2011-07-271-0/+7
* Release 0.3.6.Robert Collins2011-06-231-0/+3
* Another small API break - sorry. Fixture.getDetails no longer returns theRobert Collins2011-06-231-0/+8
* New fixture ``PackagePathEntry`` which patches the path of an existingRobert Collins2011-06-231-0/+4
* * Details from child fixtures for both Fixture and TestWithFixtures no longerRobert Collins2011-06-231-0/+8
|\
* | Test failure on some setups in test_cleanUp_raise_first_false_callscleanups_r...Robert Collins2011-06-231-0/+4
|/
* * New fixture ``PythonPathEntry`` which patches sys.path.Robert Collins2011-03-191-0/+5
* Release 0.3.5Robert Collins2010-11-071-0/+3
* New fixture ``PythonPackage`` which manages a temporary python package.Robert Collins2010-11-071-0/+3
* Add a TempDir fixture.Robert Collins2010-11-071-1/+3
* New helper ``MonkeyPatch`` which patches (or deletes) an existing attributeRobert Collins2010-11-071-0/+5
* Release 0.3.4.Robert Collins2010-10-261-0/+3
* Fixture now supports ``addDetail`` and provides a``getDetails`` callRobert Collins2010-10-261-0/+3
* Add MethodFixture for easier wrapping of existing fixture-like objects.Robert Collins2010-10-261-0/+5
* Fixtures now have a ``useFixture`` method as well, making nesting of fixturesRobert Collins2010-10-201-0/+11
* Add EnvironmentVariableFixture.Robert Collins2010-10-171-0/+11
* Release 0.3.1Robert Collins2010-10-151-0/+5
* * Experimental PopenFixture providing a test double for testing code that runsRobert Collins2010-10-151-0/+5
* Fixup cleanUp protocol for good.Robert Collins2010-09-181-0/+15
* Stop silently swallowing exceptions during cleanUp.Robert Collins2010-09-111-0/+10
* First draft - 0.1.Robert Collins2010-08-151-0/+17