There are no longer any special case test skips.
This commit is contained in:
parent
673cb28b2a
commit
f04d8a8898
@ -298,9 +298,6 @@ class DecimalTest(unittest.TestCase):
|
|||||||
for filename in os.listdir(dir):
|
for filename in os.listdir(dir):
|
||||||
if '.decTest' not in filename:
|
if '.decTest' not in filename:
|
||||||
continue
|
continue
|
||||||
## XXX buildout to include integer and trim
|
|
||||||
if 'integer' in filename or 'trim' in filename:
|
|
||||||
continue
|
|
||||||
head, tail = filename.split('.')
|
head, tail = filename.split('.')
|
||||||
tester = lambda self, f=filename: self.eval_file(dir + f)
|
tester = lambda self, f=filename: self.eval_file(dir + f)
|
||||||
setattr(DecimalTest, 'test_' + head, tester)
|
setattr(DecimalTest, 'test_' + head, tester)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user