summaryrefslogtreecommitdiff
path: root/lib/fixtures/tests
Commit message (Expand)AuthorAgeFilesLines
* * ``FakeProcess`` wait() now supports arguments added in Python 3.Robert Collins2014-08-221-0/+4
|\
| * * ``FakeProcess`` wait() now supports arguments added in Python 3.Steve Kowalik2014-08-221-0/+4
* | * ``FakeProcess`` now supports kill(). (Steve Kowalik)Robert Collins2014-08-221-0/+4
|\ \ | |/
| * * ``FakeProcess`` now supports kill(). (Steve Kowalik)Steve Kowalik2014-08-191-0/+4
* | * ``FakePopen`` now supports being called under a context manager (IE: with).Robert Collins2014-08-221-0/+5
|\ \ | |/
| * * ``FakePopen`` now works under a context manager itself.Steve Kowalik2014-08-181-0/+5
* | MonkeyPatch staticmethodDan Kenigsberg2014-01-191-0/+15
|/
* * ``FakePopen`` can now override the returncode attribute.Robert Collins2013-08-161-0/+8
* * ``FakePopen`` now accepts all the parameters available in Python 2.7.Robert Collins2013-08-161-0/+13
* 0.3.12: 0.3.11 with tests for StringStream.0.3.12Robert Collins2012-12-171-3/+39
* * ``DetailStream`` was ambiguous about whether it handled bytes or characters,Robert Collins2012-12-173-12/+38
* * ``FakeLogger`` has been split out into a ``LogHandler`` fixture that canRobert Collins2012-12-161-1/+66
|\
| * Drop the MementoHandler stuff.Jonathan Lange2012-12-131-22/+0
| * Rest of the tests for LogHandler.Jonathan Lange2012-12-131-0/+34
| * Give up on MementoHandler, just test LogHandler instead.Jonathan Lange2012-12-131-15/+16
| * Change the MementoHandler to store a dict. Jonathan Lange2012-12-131-2/+33
| * Add MementoHandler.Jonathan Lange2012-12-131-1/+22
* | * New ``DetailStream`` fixture to add file-like object content to testtoolsClark Boylan2012-12-112-0/+55
|/
* * Factor out new ``CallMany`` class to isolate the cleanup logic.Robert Collins2012-08-283-0/+71
* Rename to 'join'.Jonathan Lange2012-08-051-6/+6
* Add an 'abspath' helper.Jonathan Lange2012-08-041-0/+21
* Roll back properly.Jonathan Lange2012-08-043-27/+5
* Remove filetree cruft.Jonathan Lange2012-08-041-149/+1
* Change the API to have *args. Jonathan Lange2012-07-221-2/+2
* 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-221-1/+1
* Make FileTree a thing on tempdir.Jonathan Lange2012-07-221-5/+6
* Rename NoHasattr to HasNoAttributeJonathan Lange2012-07-224-8/+8
* Heaps more docstrings.Jonathan Lange2012-07-211-0/+1
* Integration test.Jonathan Lange2012-07-211-0/+8
* Create parent directories.Jonathan Lange2012-07-211-0/+10
* Extract out another function.Jonathan Lange2012-07-211-29/+31
* Richer error messages.Jonathan Lange2012-07-211-0/+33
* Extract the bit that normalizes the entries.Jonathan Lange2012-07-211-27/+33
* Extract normalize_shapeJonathan Lange2012-07-211-0/+53
* Refactoring.Jonathan Lange2012-07-051-0/+8
* Docs. Nicer directory specification.Jonathan Lange2012-07-051-0/+7
* Basic directory creation.Jonathan Lange2012-07-051-0/+8
* Start writing stuff to diskJonathan Lange2012-07-051-0/+25
* Initial creation of FileTree.Jonathan Lange2012-07-042-0/+27
* Add a matcher, because I can't bear to write that code again.Jonathan Lange2012-07-043-4/+27
* Clean up pyflakes.Jonathan Lange2012-07-047-14/+4
* Include logging output in FakeLoggers' getDetails, surfacing the logs to test...Robert Collins2012-06-081-2/+16
|\
| * Removed unused text_content import.Francesco Banconi2012-06-071-1/+0
| * Updated the way the detail name is added.Francesco Banconi2012-06-061-1/+2
| * Fixes from review.Francesco Banconi2012-06-051-10/+1
| * Implemented FakeLogger.getDetails().Francesco Banconi2012-06-041-2/+19
|/
* Subclass TempDir rather than composing.James Westby2011-12-072-2/+1
* Add a TempHomeDir fixture.James Westby2011-12-061-0/+48