summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.8.0.3.8Robert Collins2011-12-051-1/+1
* MNerge NestedTempfile - make tempfile default to a new default location.Robert Collins2011-12-054-12/+67
|\
| * 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-058-44/+72
|\ \
| * | Copyright.Jonathan Lange2011-11-251-1/+1
| * | PopenFixture => FakePopenJonathan Lange2011-11-254-14/+23
| * | Rename LoggerFixture to FakeLogger.Jonathan Lange2011-11-254-13/+23
| * | Rename EnvironmentVariableFixture to EnvironmentVariable.Jonathan Lange2011-11-254-16/+25
| |/
* | Merge gather_details fix from Jonathan Lange.Robert Collins2011-12-052-1/+16
|\ \
| * | Correctly disambiguate duplicate errors.Jonathan Lange2011-11-252-1/+16
| |/
* | Fix race conditions in Timeout.Robert Collins2011-12-051-5/+9
* | Rename to just TimeoutException, and remove more connections to Timeout only ...Martin Pool2011-11-294-33/+50
* | Rename to just 'Timeout'; other review cleanupsMartin Pool2011-11-294-10/+9
* | Add TestTimeout fixtureMartin Pool2011-11-295-0/+126
|/
* EnvironmentVariableFixture now upcalls via super.Robert Collins2011-11-221-5/+5
|\
| * Upcall w/ super()Jonathan Lange2011-10-311-5/+5
* | Fix typo.Robert Collins2011-11-221-1/+1
* | Open up 0.3.8.Robert Collins2011-11-221-1/+1
* | Release 0.3.7.Robert Collins2011-11-221-1/+1
* | Add new LoggingFixture fixture for replacing logging Loggers.Robert Collins2011-11-225-0/+156
|\ \
| * | 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-221-1/+1
* | Extend TempDir to allow controlling the root directory.Robert Collins2011-08-222-3/+20
* | * On Python 2.7 and above the _fixtures tests are no longer run twice.Robert Collins2011-08-221-2/+7
|/
* Make the tests run with python 2 and 3Jonathan Lange2011-07-274-10/+15
* Update to take testtools new API into account.Jonathan Lange2011-07-262-2/+2
* Release 0.3.6.Robert Collins2011-06-231-1/+1
* Another small API break - sorry. Fixture.getDetails no longer returns theRobert Collins2011-06-233-7/+50
* New fixture ``PackagePathEntry`` which patches the path of an existingRobert Collins2011-06-235-0/+98
* * Details from child fixtures for both Fixture and TestWithFixtures no longerRobert Collins2011-06-234-13/+115
|\
| * 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 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-195-0/+93
* Better docs for cleanUp and exceptions.Robert Collins2011-02-231-3/+9
* Release 0.3.5Robert Collins2010-11-071-1/+1
* New fixture ``PythonPackage`` which manages a temporary python package.Robert Collins2010-11-075-0/+123
* Add a TempDir fixture.Robert Collins2010-11-075-0/+76
* New helper ``MonkeyPatch`` which patches (or deletes) an existing attributeRobert Collins2010-11-075-0/+149
* Release 0.3.4.Robert Collins2010-10-261-1/+1
* Fixture now supports ``addDetail`` and provides a``getDetails`` callRobert Collins2010-10-262-0/+41
* Add MethodFixture for easier wrapping of existing fixture-like objects.Robert Collins2010-10-263-2/+166
* Fixtures now have a ``useFixture`` method as well, making nesting of fixturesRobert Collins2010-10-203-5/+31
* Add EnvironmentVariableFixture.Robert Collins2010-10-175-2/+139