summaryrefslogtreecommitdiff
path: root/tests/01_test_help.py
AgeCommit message (Collapse)Author
2015-02-20Only use absolute importGuido Günther
since searching both isn't supported in Python3. Since the tests are run from the toplevel dir we'll pick up the right scripts.
2014-07-24Introduce git-import-srpm toolMarkus Lehtonen
Initial version of the git-import-srpm: a tool for importing source rpms. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2014-04-01Add minimal 'config' commandGuido Günther
This only allows to print single config values so far. Closes: #733470
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