From 4c6b06773876a35f55f8f5667af65a917f823757 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 1 Apr 2014 20:29:22 +0200 Subject: Add minimal 'config' command This only allows to print single config values so far. Closes: #733470 --- tests/01_test_help.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/01_test_help.py') diff --git a/tests/01_test_help.py b/tests/01_test_help.py index 0e4cf1d..673d870 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', -- cgit v1.2.3