]> granicus.if.org Git - python/commit
This division test was too stringent in its accuracy expectations for
authorTim Peters <tim.peters@gmail.com>
Tue, 29 May 2001 22:18:09 +0000 (22:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 29 May 2001 22:18:09 +0000 (22:18 +0000)
commit0b76d3a8d1a3007d90f28763c5a907359d6ef538
tree734a0486facc3801e28dc55149ce9ff09b1c49aa
parent9a828d3c61a6df161b2aaf0a1309e26c9884fc59
This division test was too stringent in its accuracy expectations for
random inputs:  if you ran the test 100 times, you could expect it to
report a bogus failure.  So loosened its expectations.
Also changed the way failing tests are printed, so that when run under
regrtest.py we get enough info to reproduce the failure.
Lib/test/test_complex.py