Lines Matching refs:good
371 good = []458 good.append(test)595 omitted = set(selected) - set(good) - set(bad) - set(skipped)598 if good and not quiet:599 if not bad and not skipped and not interrupted and len(good) > 1:601 print count(len(good), "test"), "OK."