summaryrefslogtreecommitdiff
path: root/tests/07_test_fastimport.py
AgeCommit message (Collapse)Author
2013-08-28Use open() instead of file()Guido Günther
since the later doesn't exist in python3
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch
This puts test dirs below /tmp which often is a tmpfs. All tests include the context module which consolidates tmpdir creation and cleanup, undoes a chdir in teardown and silences log messages.
2012-10-25PEP-8 and pyflakes cleanupsGuido Günther
2011-12-29Rename and comment testsGuido Günther
Git-Dch: Ignore
2011-11-21FastImport: add test and cleanup api a bitGuido Günther