summaryrefslogtreecommitdiffhomepage
path: root/tests/01_test_help.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-04-01 20:29:22 +0200
committerGuido Günther <agx@sigxcpu.org>2014-04-01 22:42:13 +0200
commit4c6b06773876a35f55f8f5667af65a917f823757 (patch)
tree8623bdccf7d7d1a0d559bdb8f38dae4af0e652f0 /tests/01_test_help.py
parent03ada72d54480917c75e05568844e3f596e2cb64 (diff)
Add minimal 'config' command
This only allows to print single config values so far. Closes: #733470
Diffstat (limited to 'tests/01_test_help.py')
-rw-r--r--tests/01_test_help.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/01_test_help.py b/tests/01_test_help.py
index 0e4cf1d2..673d8708 100644
--- a/tests/01_test_help.py
+++ b/tests/01_test_help.py
@@ -12,6 +12,7 @@ class TestHelp(unittest.TestCase):
def testHelp(self):
for script in ['buildpackage',
'clone',
+ 'config',
'create_remote_repo',
'dch',
'import_orig',