summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * ``FakeProcess`` now supports kill(). (Steve Kowalik)Robert Collins2014-08-222-0/+7
|\
| * * ``FakeProcess`` now supports kill(). (Steve Kowalik)Steve Kowalik2014-08-192-0/+7
* | * ``FakePopen`` now supports being called under a context manager (IE: with).Robert Collins2014-08-222-0/+11
|\ \ | |/
| * * ``FakePopen`` now works under a context manager itself.Steve Kowalik2014-08-182-0/+11
* | MonkeyPatch staticmethodDan Kenigsberg2014-01-192-0/+23
|/
* Release 0.3.140.3.14Robert Collins2013-08-161-1/+1
* * ``FakePopen`` can now override the returncode attribute.Robert Collins2013-08-162-1/+12
* Release 0.3.130.3.13Robert Collins2013-08-161-1/+1
* * Documentation hopefully covers ``TestWithFixtures`` a little better.Robert Collins2013-08-161-0/+3
* * ``FakePopen`` now accepts all the parameters available in Python 2.7.Robert Collins2013-08-162-5/+41
* 0.3.12: 0.3.11 with tests for StringStream.0.3.12Robert Collins2012-12-173-4/+42
* Release 0.3.11.0.3.11Robert Collins2012-12-171-1/+1
* * ``DetailStream`` was ambiguous about whether it handled bytes or characters,Robert Collins2012-12-179-61/+152
* * ``FakeLogger`` has been split out into a ``LogHandler`` fixture that canRobert Collins2012-12-164-13/+109
|\
| * 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-111-1/+1
* | * New ``DetailStream`` fixture to add file-like object content to testtoolsClark Boylan2012-12-116-8/+105
|/
* * Factor out new ``CallMany`` class to isolate the cleanup logic.Robert Collins2012-08-285-24/+186
* Rename to 'join'.Jonathan Lange2012-08-052-7/+7
* Add an 'abspath' helper.Jonathan Lange2012-08-042-0/+31
* Roll back properly.Jonathan Lange2012-08-043-27/+5
* Remove filetree cruft.Jonathan Lange2012-08-042-236/+1
* 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
* Do stuff as late as possible.Jonathan Lange2012-07-211-2/+2
* Extract out another function.Jonathan Lange2012-07-212-38/+44
* Richer error messages.Jonathan Lange2012-07-212-3/+47
* Extract the bit that normalizes the entries.Jonathan Lange2012-07-212-37/+47
* Extract normalize_shapeJonathan Lange2012-07-212-7/+72
* Refactoring.Jonathan Lange2012-07-052-5/+10
* Docs. Nicer directory specification.Jonathan Lange2012-07-052-4/+22
* Basic directory creation.Jonathan Lange2012-07-052-4/+20
* Start writing stuff to diskJonathan Lange2012-07-052-2/+42
* Initial creation of FileTree.Jonathan Lange2012-07-045-0/+55
* Add a matcher, because I can't bear to write that code again.Jonathan Lange2012-07-043-4/+27