summaryrefslogtreecommitdiff
path: root/tests/09_test_write_tree.py
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14GitRepository: raise GitRepositoryError instead of GbpErrorMarkus Lehtonen1-1/+1
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-08-28Use open() instead of file()Guido Günther1-1/+1
since the later doesn't exist in python3
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch1-0/+2
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 Lehtonen1-1/+1
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ünther1-1/+1
2012-01-10Use testutils in 09_test_write_tree.pyGuido Günther1-16/+3
2011-12-29GitRepository: add test for {write,commit}_treeGuido Günther1-0/+82
Git-Dch: Ignore