]> granicus.if.org Git - python/commitdiff
There are no longer any special case test skips.
authorRaymond Hettinger <python@rcn.com>
Tue, 17 Aug 2004 16:34:51 +0000 (16:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 17 Aug 2004 16:34:51 +0000 (16:34 +0000)
Lib/test/test_decimal.py

index 6c8dc6bc4d14aa3831bdb1713cb833741e906069..8711e4e6a92860234a1b08f8b4865728cf85cda5 100644 (file)
@@ -298,9 +298,6 @@ class DecimalTest(unittest.TestCase):
 for filename in os.listdir(dir):
     if '.decTest' not in filename:
         continue
-    ## XXX buildout to include integer and trim
-    if 'integer' in filename or 'trim' in filename:
-        continue
     head, tail = filename.split('.')
     tester = lambda self, f=filename: self.eval_file(dir + f)
     setattr(DecimalTest, 'test_' + head, tester)