We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531661c commit 0a94cc7Copy full SHA for 0a94cc7
Lib/test/autotest.py
@@ -42,6 +42,8 @@
42
import sys
43
import getopt
44
import traceback
45
+import test_support
46
+test_support.verbose = 0
47
from test_support import *
48
49
# Exception raised when the test failed (not the same as in test_support)
0 commit comments