mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
The stdout from tests is no longer compared against anything (not even
to make sure it is empty), so eliminate the message that says running under verbose is different from running without it.
This commit is contained in:
parent
0938644685
commit
769d819022
1 changed files with 0 additions and 3 deletions
|
@ -548,9 +548,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
|||
if not bad and not skipped and len(good) > 1:
|
||||
print("All", end=' ')
|
||||
print(count(len(good), "test"), "OK.")
|
||||
if verbose:
|
||||
print("CAUTION: stdout isn't compared in verbose mode:")
|
||||
print("a test that passes in verbose mode may fail without it.")
|
||||
if print_slow:
|
||||
test_times.sort(reverse=True)
|
||||
print("10 slowest tests:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue