Commit 3a3817f
Edward Loper
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.1 parent b7503ff commit 3a3817f
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
| |||
2105 | 2104 | | |
2106 | 2105 | | |
2107 | 2106 | | |
2108 | | - | |
| 2107 | + | |
2109 | 2108 | | |
2110 | 2109 | | |
2111 | 2110 | | |
| |||
2119 | 2118 | | |
2120 | 2119 | | |
2121 | 2120 | | |
2122 | | - | |
2123 | | - | |
2124 | | - | |
2125 | 2121 | | |
2126 | 2122 | | |
2127 | 2123 | | |
| |||
0 commit comments