Lines Matching defs:verbose

15 from test.support import no_tracing, verbose, requires_subprocess
232 if verbose > 1: print(" Package tree in:", sub_dir)
234 if verbose > 1: print(" Updated sys.path:", sys.path[0])
241 if verbose > 1: print(" Next level in:", sub_dir)
242 if verbose > 1: print(" Created:", pkg_fname)
246 if verbose > 1: print(" Created:", mod_fname)
256 if verbose > 1: print(" Removed sys.modules entries")
258 if verbose > 1: print(" Removed sys.path entry")
264 if verbose > 1: print(ex) # Persist with cleaning up
270 if verbose > 1: print(ex) # Persist with cleaning up
273 if verbose > 1: print(" Removed package tree")
275 if verbose > 1: print(ex) # Persist with cleaning up
313 if verbose > 1: print("Running from source:", mod_name)
322 if verbose > 1: print("Running from compiled:", mod_name)
327 if verbose > 1: print("Module executed successfully")
354 if verbose > 1: print("Running from source:", pkg_name)
362 if verbose > 1: print("Running from compiled:", pkg_name)
368 if verbose > 1: print("Package executed successfully")
381 if verbose > 1: print(" Added sibling module:", sibling_fname)
385 if verbose > 1: print(" Added uncle package:", uncle_dir)
388 if verbose > 1: print(" Added cousin package:", cousin_dir)
391 if verbose > 1: print(" Added nephew module:", nephew_fname)
408 if verbose > 1: print("Running from source:", mod_name)
421 if verbose > 1: print("Running from compiled:", mod_name)
431 if verbose > 1: print("Module executed successfully")
435 if verbose > 1: print("Testing package depth:", depth)
440 if verbose > 1: print("Testing package depth:", depth)
445 if verbose > 1: print("Testing package depth:", depth)
503 if verbose > 1: print("Testing package depth:", depth)
508 if verbose > 1: print("Testing package depth:", depth)
513 if verbose > 1: print("Testing package depth:", depth)
518 if verbose > 1: print("Testing package depth:", depth)
523 if verbose > 1: print("Testing package depth:", depth)
528 if verbose > 1: print("Testing relative imports at depth:", depth)
533 if verbose > 1: print("Testing main relative imports at depth:", depth)