summaryrefslogtreecommitdiff
path: root/tests/09_test_write_tree.py
AgeCommit message (Collapse)AuthorFilesLines
2022-11-28porting code to python3.x with os patchbiao716.wang1-3/+1
Change-Id: I3deda71d6bde7c3363800d79d2e9ae6998bdb9e7 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2022-10-28port code from python2.x to python3.xbiao716.wang1-1/+1
Change-Id: I798c72d07e44839cc5d1e25ec75fca0bd8068567 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
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