From 28a950abf5a4f3e3838f4620e5dfc36dff850eb8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 24 May 2018 11:43:54 +0200 Subject: tests: Check help output of tag and push too --- tests/01_test_help.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/01_test_help.py b/tests/01_test_help.py index ed085ba7..de930137 100644 --- a/tests/01_test_help.py +++ b/tests/01_test_help.py @@ -18,7 +18,10 @@ class TestHelp(TestCaseWithData): 'import_dsc', 'pristine_tar', 'pull', - 'pq'] + 'push', + 'pq', + 'tag', + ] rpm_cmds = ['buildpackage_rpm', 'import_srpm', -- cgit v1.2.3