summaryrefslogtreecommitdiff
path: root/lib/fixtures/tests/_fixtures/test_tempdir.py
Commit message (Expand)AuthorAgeFilesLines
* 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-041-3/+3
* 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-221-2/+150
* Rename NoHasattr to HasNoAttributeJonathan Lange2012-07-221-2/+2
* Add a matcher, because I can't bear to write that code again.Jonathan Lange2012-07-041-2/+3
* MNerge NestedTempfile - make tempfile default to a new default location.Robert Collins2011-12-051-3/+32
|\
| * Reverse order of operands to assertNotEqual to follow conventions.Gavin Panella2011-12-021-1/+1
| * New fixture NestedTempfile.Gavin Panella2011-11-301-3/+32
|/
* Extend TempDir to allow controlling the root directory.Robert Collins2011-08-221-2/+11
* Add a TempDir fixture.Robert Collins2010-11-071-0/+36