]> granicus.if.org Git - python/commit
Changed OutputChecker.output_difference to expect an Example object,
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 26 Aug 2004 03:00:24 +0000 (03:00 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 26 Aug 2004 03:00:24 +0000 (03:00 +0000)
commitca9111eef31dc46077dfeffa1f17575dfde564d4
treef75a012909af2bd3b43177dbb491e8f5f6cb2e15
parenta89f88d53fc83b3eb6788a6e70e0eb05a58703ed
Changed OutputChecker.output_difference to expect an Example object,
rather than an expected output string.  This gives the
output_difference method access to more information, such as the
indentation of the example, which might be useful.
Lib/doctest.py