From 52d9b5a807753608d2081f58f71c36a3471a3444 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 24 Aug 2009 07:59:09 +0200 Subject: fix testcase name --- tests/01_test_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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" ]: -- cgit v1.2.3