(text)
| 307 | # use -u to try to get the full output if the test hangs or crash |
| 308 | if support.verbose: |
| 309 | def title(text): |
| 310 | return f"===== {text} ======" |
| 311 | |
| 312 | name = f"script {os.path.basename(script)}" |
| 313 | print() |
no outgoing calls
no test coverage detected
searching dependent graphs…