summaryrefslogtreecommitdiffhomepage
path: root/tests/01_test_help.py
Commit message (Collapse)AuthorAge
* Use assertRaises as context managerGuido Günther2017-11-12
| | | | | | for better readability Gbp-Dch: Ignore
* New command 'pristine-tar'Guido Günther2017-06-26
| | | | | | | | | This allows one to run the pristine-tar import at a later point. This is useful when using component tarballs and we need to reference the right trees for the commits. The command can later be extended to allow for "export" as well to recreate the tarballs without having to invoke "gbp buildpackage".
* pep8/pyflakes cleanupsGuido Günther2016-09-12
|
* tests: Check help of all rpm commands as wellGuido Günther2016-07-04
| | | | | Since we need to iterate over all commands in other tests we add a decorator.
* Only use absolute importGuido Günther2015-02-20
| | | | | since searching both isn't supported in Python3. Since the tests are run from the toplevel dir we'll pick up the right scripts.
* Introduce git-import-srpm toolMarkus Lehtonen2014-07-24
| | | | | | | | 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>
* Add minimal 'config' commandGuido Günther2014-04-01
| | | | | | This only allows to print single config values so far. Closes: #733470
* tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch2013-04-08
| | | | | | | 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.
* PEP-8 and pyflakes cleanupsGuido Günther2012-10-25
|
* Test help output by importing the modulesGuido Günther2012-08-01
| | | | so we get correct coverage information for the scripts
* Make sure we test the built modulesGuido Günther2012-02-13
| | | | not the system ones
* Rename and comment testsGuido Günther2011-12-29
| | | | Git-Dch: Ignore
* Get rid of the symlinkGuido Günther2011-11-01
| | | | by moving the commands to gbp/scripts/
* tests: add help check for newer commandsGuido Günther2011-04-17
| | | | Git-Dch: Ignore
* Add other gbp-* commandsGuido Günther2009-12-24
|
* fix testcase nameGuido Günther2009-09-05
|
* add unit test for --helpGuido Günther2009-08-23