There are no longer any special case test skips.

This commit is contained in:
Raymond Hettinger 2004-08-17 16:34:51 +00:00
parent 673cb28b2a
commit f04d8a8898
1 changed files with 0 additions and 3 deletions

View 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)