summaryrefslogtreecommitdiff
path: root/tests/01_test_help.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-10-25PEP-8 and pyflakes cleanupsGuido Günther
2012-08-01Test help output by importing the modulesGuido Günther
so we get correct coverage information for the scripts
2012-02-13Make sure we test the built modulesGuido Günther
not the system ones
2011-12-29Rename and comment testsGuido Günther
Git-Dch: Ignore
2011-11-01Get rid of the symlinkGuido Günther
by moving the commands to gbp/scripts/
2011-04-17tests: add help check for newer commandsGuido Günther
Git-Dch: Ignore
2009-12-24Add other gbp-* commandsGuido Günther
2009-09-05fix testcase nameGuido Günther
2009-08-23add unit test for --helpGuido Günther