summaryrefslogtreecommitdiffhomepage
path: root/tests/07_test_fastimport.py
Commit message (Collapse)AuthorAge
* fastimport: port to byteGuido Günther2017-08-02
| | | | to make it work with Python3
* 07_test_fastimport: flake8 cleanGuido Günther2016-09-12
|
* tests: minor test case cleanupsGuido Günther2015-03-27
| | | | Remove unused imports, remove unused variables or actually use them
* Use open() instead of file()Guido Günther2013-08-28
| | | | since the later doesn't exist in python3
* tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch2013-04-08
| | | | | | | 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.
* PEP-8 and pyflakes cleanupsGuido Günther2012-10-25
|
* Rename and comment testsGuido Günther2011-12-29
| | | | Git-Dch: Ignore
* FastImport: add test and cleanup api a bitGuido Günther2011-11-21