commit | 3a3817f506801e4a1e62d8cd52e1c8aa0feb2993 | [log] [tgz] |
---|---|---|
author | Edward Loper <edloper@gradient.cis.upenn.edu> | Thu Aug 19 19:26:06 2004 +0000 |
committer | Edward Loper <edloper@gradient.cis.upenn.edu> | Thu Aug 19 19:26:06 2004 +0000 |
tree | 01c327d22ea213a61c770fbf4d1dca3f436a506b | |
parent | b7503ff631648db6b54641db3154f4a70193c997 [diff] |
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.