]> granicus.if.org Git - python/commit
Change the way unexpected output is reported: rather than stopping at
authorGuido van Rossum <guido@python.org>
Fri, 21 Sep 2001 20:31:52 +0000 (20:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Sep 2001 20:31:52 +0000 (20:31 +0000)
commit0fcca4e815e3dbb28c73108376079a94ad6ee8de
tree7c41c199c52d4d59d53a8ac3e54a1bed1c64926b
parent867a8d2e2688d837c67bf87eb9164528780f7bdc
Change the way unexpected output is reported: rather than stopping at
the first difference, let the test run till completion, then gather
all the output and compare it to the expected output using difflib.

XXX Still to do: produce diff output that only shows the sections that
differ; currently it produces ndiff-style output because that's the
easiest to produce with difflib, but this becomes a liability when the
output is voluminous and there are only a few differences.
Lib/test/regrtest.py
Lib/test/test_support.py