summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.8.0.3.8Robert Collins2011-12-052-1/+7
* MNerge NestedTempfile - make tempfile default to a new default location.Robert Collins2011-12-056-12/+80
|\
| * Reverse order of operands to assertNotEqual to follow conventions.Gavin Panella2011-12-021-1/+1
| * New fixture NestedTempfile.Gavin Panella2011-11-304-14/+67
* | Rationalise fixture names. (Jonathan Lange)Robert Collins2011-12-0510-60/+92
|\ \
| * | Copyright.Jonathan Lange2011-11-251-1/+1
| * | PopenFixture => FakePopenJonathan Lange2011-11-256-27/+36
| * | Rename LoggerFixture to FakeLogger.Jonathan Lange2011-11-256-18/+28
| * | Rename EnvironmentVariableFixture to EnvironmentVariable.Jonathan Lange2011-11-256-19/+32
| |/
* | Merge gather_details fix from Jonathan Lange.Robert Collins2011-12-053-1/+19
|\ \
| * | Correctly disambiguate duplicate errors.Jonathan Lange2011-11-252-1/+16
| |/
* | Fix race conditions in Timeout.Robert Collins2011-12-051-5/+9
* | Update to parallel capable .testr.conf.Robert Collins2011-12-051-1/+4
* | Merge Timeout from Martin Pool.Robert Collins2011-12-057-0/+162
|\ \ | |/ |/|
| * Rename to just TimeoutException, and remove more connections to Timeout only ...Martin Pool2011-11-295-36/+53
| * Rename to just 'Timeout'; other review cleanupsMartin Pool2011-11-296-17/+20
| * Add TestTimeout fixtureMartin Pool2011-11-297-0/+142
|/
* Another typo.Robert Collins2011-11-221-1/+1
* EnvironmentVariableFixture now upcalls via super.Robert Collins2011-11-222-5/+10
|\
| * Upcall w/ super()Jonathan Lange2011-10-311-5/+5
* | Add docs for LoggerFixture to README.Robert Collins2011-11-221-0/+8
* | Fix typo.Robert Collins2011-11-221-1/+1
* | Open up 0.3.8.Robert Collins2011-11-222-2/+2
* | Release 0.3.7.Robert Collins2011-11-222-1/+4
* | Add new LoggingFixture fixture for replacing logging Loggers.Robert Collins2011-11-226-0/+159
|\ \
| * | Nuke handlers by defaultFree Ekanayaka2011-10-273-16/+57
| * | Add LoggerFixtureFree Ekanayaka2011-10-264-0/+138
|/ /
* | Upcall. Doh.Robert Collins2011-08-221-0/+1
* | Bump version to 0.3.7 beta.Robert Collins2011-08-222-2/+2
* | Typo.Robert Collins2011-08-221-1/+1
* | Extend TempDir to allow controlling the root directory.Robert Collins2011-08-223-3/+25
* | * On Python 2.7 and above the _fixtures tests are no longer run twice.Robert Collins2011-08-222-2/+10
* | Note in NEWS the new testtools version dependency as well.Robert Collins2011-08-221-0/+1
|/
* Merge jml's python 3 branch.Robert Collins2011-08-148-21/+34
|\
| * NEWS & README.Jonathan Lange2011-07-272-1/+8
| * Pretty sure this is a py3 thingJonathan Lange2011-07-271-0/+1
| * Make the tests run with python 2 and 3Jonathan Lange2011-07-275-18/+23
| * Update to take testtools new API into account.Jonathan Lange2011-07-262-2/+2
|/
* Release 0.3.6.Robert Collins2011-06-233-2/+5
* Another small API break - sorry. Fixture.getDetails no longer returns theRobert Collins2011-06-234-7/+58
* New fixture ``PackagePathEntry`` which patches the path of an existingRobert Collins2011-06-237-0/+111
* * Details from child fixtures for both Fixture and TestWithFixtures no longerRobert Collins2011-06-236-15/+129
|\
| * Gather details from fixtures that fail to setUp() in TestWithFixtures.Gavin Panella2011-06-172-5/+68
| * Use testtools.helpers.try_import instead of try:except:.Gavin Panella2011-06-171-10/+9
| * Skip test_useFixture_details_captured_from_setUp if gather_details is not ava...Gavin Panella2011-06-131-2/+4
| * Reminder to self to skip test if gather_details is not available.Gavin Panella2011-06-121-0/+1
| * Gather details from fixtures that fail to setUp().Gavin Panella2011-06-122-3/+40
* | Test failure on some setups in test_cleanUp_raise_first_false_callscleanups_r...Robert Collins2011-06-232-1/+6
|\ \ | |/ |/|
| * Test against types.TracebackType instead of the type of the current traceback...Gavin Panella2011-06-121-1/+2
|/
* * New fixture ``PythonPathEntry`` which patches sys.path.Robert Collins2011-03-197-0/+109