summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
| * Merge trukJonathan Lange2012-07-210-0/+0
| |\ | |/ |/|
* | Merge lp:~jml/python-fixtures/pyflakes, cleaning up many issues found by pyfl...Jonathan Lange2012-07-2011-17/+7
|\ \
| | * 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
| | * Merge pyflakes branch.Jonathan Lange2012-07-0411-17/+7
| | |\ | |/ / |/| / | |/
| * Clean up pyflakes.Jonathan Lange2012-07-049-17/+5
| * Export TempHomeDir. Otherwise it's imported here for no reason.Jonathan Lange2012-07-042-0/+2
|/
* Merge 0.3.9 release branch.Jonathan Lange2012-06-123-4/+10
|\
| * Release 0.3.90.3.9Jonathan Lange2012-06-123-4/+6
|/
* Include logging output in FakeLoggers' getDetails, surfacing the logs to test...Robert Collins2012-06-084-12/+37
|\
| * Removed unused text_content import.Francesco Banconi2012-06-071-1/+0
| * Updated the way the detail name is added.Francesco Banconi2012-06-062-3/+3
| * Fixes from review.Francesco Banconi2012-06-052-17/+6
| * Implemented FakeLogger.getDetails().Francesco Banconi2012-06-043-10/+36
|/
* New TempHomeDir fixture to create and activate a temporary home dir (james_w)Jonathan Lange2012-03-217-0/+102
|\
| * Subclass TempDir rather than composing.James Westby2011-12-074-20/+5
| * Fix the typo. Thanks Rob.James Westby2011-12-071-1/+1
| * Remove the debugging echo.James Westby2011-12-061-1/+0
| * Add a TempHomeDir fixture.James Westby2011-12-066-0/+112
|/
* 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