Home | History | Annotate | Download | only in python2.7

Lines Matching refs:thing

1473                 for thing in notests:
1474 print " ", thing
1478 for thing, count in passed:
1479 print " %3d tests in %s" % (count, thing)
1484 for thing, (f, t) in failed:
1485 print " %3d of %3d in %s" % (f, t, thing)