]> granicus.if.org Git - python/commit
- Changed the output of report_start() and report_unexpected_exception()
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 26 Aug 2004 01:19:50 +0000 (01:19 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 26 Aug 2004 01:19:50 +0000 (01:19 +0000)
commitaacf0833886c30f900fe18db1367d887cc0d1172
tree70d0b7a8b49702b132a93b4d6e8cc8078d1ab2fc
parent0e448073d6afed4806a8dbd3261057a681023993
- Changed the output of report_start() and report_unexpected_exception()
  to be more consistent with report_failure()
- If `want` or `got` is empty, then print "Expected nothing\n" or
  "Got nothing\n" rather than "Expected:\n" or "Got:\n"
- Got rid of _tag_msg
Lib/doctest.py
Lib/test/test_doctest.py