]> granicus.if.org Git - python/commit
Since the most likely failure mode for an expected-output test is a change
authorTim Peters <tim.peters@gmail.com>
Sat, 22 Sep 2001 05:31:03 +0000 (05:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 22 Sep 2001 05:31:03 +0000 (05:31 +0000)
commitc377b16d12ba325bb108eca575447d66f19294c0
tree162c1102ac0407b7ef66f248832b68153473c88a
parent58b072d53f48081111f6b6dd8ab1bea0d02eb459
Since the most likely failure mode for an expected-output test is a change
somewhere inside a line, use ndiff so that intraline difference marking
can point out what changed within a line.  I don't remember diff-style
abbreviations either (haven't used it since '94, except to produce
patches), so say the rest in English too.
Lib/test/regrtest.py