summaryrefslogtreecommitdiff
path: root/tests/04_test_submodules.py
AgeCommit message (Collapse)Author
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-23GitRepository/get_submodules: use correct pathMarkus Lehtonen
By default, run git in the repo path, not current cwd. Also, now returns submodule paths without leading './'. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2012-10-25PEP-8 and pyflakes cleanupsGuido Günther
2011-12-29Rename and comment testsGuido Günther
Git-Dch: Ignore