aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-05-24 11:43:54 +0200
committerGuido Günther <agx@sigxcpu.org>2018-05-24 11:44:59 +0200
commit28a950abf5a4f3e3838f4620e5dfc36dff850eb8 (patch)
tree4e3737e0cb5f4cc9d726d00de217a11874dfb984 /tests
parent62e01023c927e7268ab7af37313196c3e2211dd1 (diff)
tests: Check help output of tag and push too
Diffstat (limited to 'tests')
-rw-r--r--tests/01_test_help.py5
1 files changed, 4 insertions, 1 deletions
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',