summaryrefslogtreecommitdiffstats
path: root/misc/testsuite/lib/TestCase.py
diff options
context:
space:
mode:
authorot <ot@localhost>2008-07-22 17:23:24 +0000
committerot <ot@localhost>2008-07-22 17:23:24 +0000
commit438ba56bc4d2b057aec883c8c7254462e3733b65 (patch)
tree07cc66f3a674533db2272099416110d7308cc94a /misc/testsuite/lib/TestCase.py
parentfc81511bf15b1dea06db178f68c474b8d7d7f9bc (diff)
downloadmarkup-validator-438ba56bc4d2b057aec883c8c7254462e3733b65.zip
markup-validator-438ba56bc4d2b057aec883c8c7254462e3733b65.tar.gz
markup-validator-438ba56bc4d2b057aec883c8c7254462e3733b65.tar.bz2
python2.4-friendly class declarations
Diffstat (limited to 'misc/testsuite/lib/TestCase.py')
-rw-r--r--misc/testsuite/lib/TestCase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/testsuite/lib/TestCase.py b/misc/testsuite/lib/TestCase.py
index d903d39..4170251 100644
--- a/misc/testsuite/lib/TestCase.py
+++ b/misc/testsuite/lib/TestCase.py
@@ -62,7 +62,7 @@ class ValidatorTestCase(unittest.TestCase):
self.assertEqual(results_filtered, self.expectResults)
-class ValidatorTestSuite():
+class ValidatorTestSuite:
"""A Validator test suite is a flattened tree of test collections and test cases"""
def __init__(self, checker=None):
if checker == None: