summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.130.3.13Robert Collins2013-08-164-2/+17
* * Documentation hopefully covers ``TestWithFixtures`` a little better.Robert Collins2013-08-163-1/+10
* Ignore an egg-info directory if it exists.Robert Collins2013-08-161-0/+1
* * ``setup.py`` now lists the ``testtools`` dependency which was missing.Robert Collins2013-08-162-0/+6
* * ``FakePopen`` now accepts all the parameters available in Python 2.7.Robert Collins2013-08-163-5/+50
* 0.3.12: 0.3.11 with tests for StringStream.0.3.12Robert Collins2012-12-175-5/+48
* Oops, setup.py wasn't 3.2 ready.Robert Collins2012-12-171-1/+1
* Add Python 3 Trove entry.Robert Collins2012-12-171-0/+1
* Release 0.3.11.0.3.11Robert Collins2012-12-173-3/+6
* * pydoc is recommended as a source of info about fixtures.Robert Collins2012-12-172-0/+6
* * The docs for fixtures have been updated to cover the full API.Robert Collins2012-12-172-2/+32
* * ``DetailStream`` was ambiguous about whether it handled bytes or characters,Robert Collins2012-12-1711-66/+176
|\
| * Update docs.Robert Collins2012-12-171-5/+18
| * * ``DetailStream`` was ambiguous about whether it handled bytes or characters,Robert Collins2012-12-1710-61/+158
|/
* * ``FakeLogger`` has been split out into a ``LogHandler`` fixture that canRobert Collins2012-12-165-13/+115
|\
| * Drop the MementoHandler stuff.Jonathan Lange2012-12-132-65/+1
| * Rest of the tests for LogHandler.Jonathan Lange2012-12-131-0/+34
| * Give up on MementoHandler, just test LogHandler instead.Jonathan Lange2012-12-134-19/+21
| * Change the MementoHandler to store a dict. Jonathan Lange2012-12-134-4/+66
| * Make handler public.Jonathan Lange2012-12-131-3/+3
| * Extract the handler managing bit of FakeLogger into its own fixture.Jonathan Lange2012-12-131-12/+38
| * Add MementoHandler.Jonathan Lange2012-12-132-2/+38
* | Release 0.3.10.Robert Collins2012-12-113-2/+6
* | * New ``DetailStream`` fixture to add file-like object content to testtoolsRobert Collins2012-12-118-9/+125
|\ \ | |/ |/|
| * Document DetailStream.Robert Collins2012-12-111-0/+13
| * * New ``DetailStream`` fixture to add file-like object content to testtoolsClark Boylan2012-12-118-9/+112
|/
* * Factor out new ``CallMany`` class to isolate the cleanup logic.Robert Collins2012-08-286-24/+189
* Add 'join' method to TempDir.Jonathan Lange2012-08-053-0/+36
|\
| * Rename to 'join'.Jonathan Lange2012-08-053-8/+8
| * Update NEWS.Jonathan Lange2012-08-041-0/+5
| * Add an 'abspath' helper.Jonathan Lange2012-08-042-0/+31
* | Revert filetree patch, r54. Now in lp:treeshape.Jonathan Lange2012-08-056-270/+7
|\ \ | |/
| * Roll back properly.Jonathan Lange2012-08-045-34/+6
| * Remove filetree cruft.Jonathan Lange2012-08-042-236/+1
|/
* Add facility to make a tree of files on a TempDir (r=lifeless)Jonathan Lange2012-07-226-7/+271
|\
| * NEWSJonathan Lange2012-07-221-0/+6
| * Change the API to have *args. Jonathan Lange2012-07-222-3/+14
| * Move filetree tests to be against tempdir.Jonathan Lange2012-07-223-173/+150
| * Remove duplicate tests.Jonathan Lange2012-07-221-18/+0
| * Remove filetree.Jonathan Lange2012-07-222-25/+1
| * Remove FileTreeJonathan Lange2012-07-223-32/+0
| * Make FileTree a thing on tempdir.Jonathan Lange2012-07-223-81/+90
| * Rename NoHasattr to HasNoAttributeJonathan Lange2012-07-224-8/+8
| * Spell it more simply.Jonathan Lange2012-07-221-4/+1
| * Heaps more docstrings.Jonathan Lange2012-07-212-5/+36
| * Integration test.Jonathan Lange2012-07-211-0/+8
| * Create parent directories.Jonathan Lange2012-07-212-1/+18
| * Bump the testtools dependency.Jonathan Lange2012-07-211-1/+1
| * Do stuff as late as possible.Jonathan Lange2012-07-211-2/+2
| * Extract out another function.Jonathan Lange2012-07-212-38/+44