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

Lines Matching refs:notests

1454         notests = []
1464 notests.append(name)
1470 if notests:
1471 print len(notests), "items had no tests:"
1472 notests.sort()
1473 for thing in notests: