summaryrefslogtreecommitdiff
path: root/tests/09_test_write_tree.py
AgeCommit message (Collapse)Author
2015-02-20Use relative import for testutilsGuido Günther
2015-02-20Don't use print as a statementGuido Günther
via 2to3-3.4 -w -f print . to work towards python3 support Gbp-Dch: Ignore
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-11-23tests: make tests a Python moduleMarkus Lehtonen
Makes it possible to reuse code between various tests. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2012-10-25PEP-8 and pyflakes cleanupsGuido Günther
2012-01-10Use testutils in 09_test_write_tree.pyGuido Günther
2011-12-29GitRepository: add test for {write,commit}_treeGuido Günther
Git-Dch: Ignore