]> granicus.if.org Git - python/commit
Change the strategy for coping with time intensive tests from
authorRaymond Hettinger <python@rcn.com>
Sat, 4 Sep 2004 20:09:13 +0000 (20:09 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 4 Sep 2004 20:09:13 +0000 (20:09 +0000)
commited20ad8473d3ec5c44f0de03a4b0caf40cdc991f
treed249951c813998dbc58d09849311f657ada3a802
parent1fbf9c5ec10d38d58837e20a681604440aa7b3da
Change the strategy for coping with time intensive tests from
"all or none" to "all or some".

This provides much greater test coverage without eating much time.
It also makes it more likely that routine regression testing will
unearth bugs.
Lib/test/test_compiler.py
Lib/test/test_decimal.py