]> granicus.if.org Git - python/commit
Got rid of nooutput() (was used by DocTestCase.debug())
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 19 Aug 2004 19:26:06 +0000 (19:26 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 19 Aug 2004 19:26:06 +0000 (19:26 +0000)
commit3a3817f506801e4a1e62d8cd52e1c8aa0feb2993
tree01c327d22ea213a61c770fbf4d1dca3f436a506b
parentb7503ff631648db6b54641db3154f4a70193c997
Got rid of nooutput() (was used by DocTestCase.debug())

It's redundant, since no output is written anyway: DebugRunner doesn't
generate any output for failures and unexpected exceptions, and since
verbose=False, it won't generate any output for non-failures either.
Lib/doctest.py