aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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',