Searched refs:print_text (Results 1 – 1 of 1) sorted by relevance
606 print_text(info)608 print_text(('%s\n%s\n') % (test_name, str(e)))727 def print_text(output): function738 print_text(eraser_text)748 print_text(passed_test_information)752 print_text(COLOR_SKIP + 'SKIPPED TESTS: ' + COLOR_NORMAL + '\n')754 print_text(test + '\n')755 print_text('\n')759 print_text(COLOR_ERROR + 'FAILED: ' + COLOR_NORMAL + '\n')761 print_text(('%s\n%s\n' % (test_info[0], test_info[1])))[all …]