[Python-checkins] python/dist/src/Lib/test test_decimal.py, 1.12, 1.13

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Aug 17 18:35:25 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23580

Modified Files:
	test_decimal.py 
Log Message:
There are no longer any special case test skips.



Index: test_decimal.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_decimal.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** test_decimal.py	17 Aug 2004 05:42:09 -0000	1.12
--- test_decimal.py	17 Aug 2004 16:34:51 -0000	1.13
***************
*** 299,305 ****
      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)
--- 299,302 ----



More information about the Python-checkins mailing list