• Home
  • Raw
  • Download

Lines Matching full:verbose

8 from test.test_support import verbose, run_unittest, forget
120 if verbose: print " Package tree in:", sub_dir
122 if verbose: print " Updated sys.path:", sys.path[0]
126 if verbose: print " Next level in:", sub_dir
127 if verbose: print " Created:", pkg_fname
132 if verbose: print " Created:", mod_fname
140 if verbose: print " Removed sys.modules entries"
142 if verbose: print " Removed sys.path entry"
148 if verbose: print ex # Persist with cleaning up
154 if verbose: print ex # Persist with cleaning up
157 if verbose: print " Removed package tree"
159 if verbose: print ex # Persist with cleaning up
166 if verbose: print "Running from source:", mod_name
174 if verbose: print "Running from compiled:", mod_name
181 if verbose: print "Module executed successfully"
189 if verbose: print "Running from source:", pkg_name
197 if verbose: print "Running from compiled:", pkg_name
204 if verbose: print "Package executed successfully"
218 if verbose: print " Added sibling module:", sibling_fname
222 if verbose: print " Added uncle package:", uncle_dir
225 if verbose: print " Added cousin package:", cousin_dir
229 if verbose: print " Added nephew module:", nephew_fname
242 if verbose: print "Running from source:", mod_name
252 if verbose: print "Running from compiled:", mod_name
261 if verbose: print "Module executed successfully"
265 if verbose: print "Testing package depth:", depth
270 if verbose: print "Testing package depth:", depth
299 if verbose: print "Testing relative imports at depth:", depth
304 if verbose: print "Testing main relative imports at depth:", depth