aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-08-24 07:59:09 +0200
committerGuido Günther <agx@sigxcpu.org>2009-09-05 13:53:48 +0200
commit52d9b5a807753608d2081f58f71c36a3471a3444 (patch)
tree67baf8f472d5ea9d7a686b7f9e19041586139abf /tests
parenta335e042acbb661c2e1a8d107c9bb791e69dbebe (diff)
fix testcase name
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 919f75df..413b2370 100644
--- a/tests/01_test_help.py
+++ b/tests/01_test_help.py
@@ -5,7 +5,7 @@
import os
import unittest
-class TestSequenceFunctions(unittest.TestCase):
+class TestHelp(unittest.TestCase):
def testhelp(self):
for prog in [ "buildpackage", "import-orig", "import-dsc", "dch" ]: