Commit f04d8a88 authored by Raymond Hettinger's avatar Raymond Hettinger

There are no longer any special case test skips.

parent 673cb28b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment