Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-14 | GitRepository: raise GitRepositoryError instead of GbpError | Markus Lehtonen | 1 | -1/+1 | |
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2013-08-28 | Use open() instead of file() | Guido Günther | 1 | -1/+1 | |
since the later doesn't exist in python3 | |||||
2013-04-08 | tests: Use tempfile.mkdtemp to create temp dirs for tests | Thomas Koch | 1 | -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-23 | tests: make tests a Python module | Markus Lehtonen | 1 | -1/+1 | |
Makes it possible to reuse code between various tests. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2012-10-25 | PEP-8 and pyflakes cleanups | Guido Günther | 1 | -1/+1 | |
2012-01-10 | Use testutils in 09_test_write_tree.py | Guido Günther | 1 | -16/+3 | |
2011-12-29 | GitRepository: add test for {write,commit}_tree | Guido Günther | 1 | -0/+82 | |
Git-Dch: Ignore |