aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-04-17 15:44:26 +0200
committerGuido Günther <agx@sigxcpu.org>2011-04-17 16:04:09 +0200
commit4daae05fe69b44192b01b2a8ed800366a48148ea (patch)
tree61d9579014228d8d7791243273a67f69d647ff7d /tests
parent5b63e3f2c780d1d235ee417344bc8ef50984578c (diff)
tests: add help check for newer commands
Git-Dch: Ignore
Diffstat (limited to 'tests')
-rw-r--r--tests/01_test_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/01_test_help.py b/tests/01_test_help.py
index eba64c12..8d520694 100644
--- a/tests/01_test_help.py
+++ b/tests/01_test_help.py
@@ -13,7 +13,7 @@ class TestHelp(unittest.TestCase):
self.assertEqual(ret, 0)
def testHelpGbp(self):
- for prog in [ "pull", "clone" ]:
+ for prog in [ "pull", "clone", "pq", "create-remote-repo" ]:
ret = os.system("./gbp-%s --help >/dev/null" % prog)
self.assertEqual(ret, 0)