Lines Matching defs:red
75 def red(text):
219 red('[ERROR] ') + 'expected_suite_index ' +
257 print_with_timestamp(red('[ERROR] ') + 'ran out of lines before end token')
301 red('[ERROR] ') + ' expected ' +
307 print_with_timestamp(red('[ERROR] ') +
322 print_suite_divider(red('[CRASHED] ' + test_suite.name))
324 print_suite_divider(red('[FAILED] ') + test_suite.name)
331 print_with_timestamp(red('[CRASHED] ' + test_case.name))
336 print_with_timestamp(red('[FAILED] ') + test_case.name)
347 print(red('[ERROR] ') + yellow('no tests run!'))
349 print(red('[ERROR] ') + yellow('could not parse test results!'))
355 fmt = green if test_result.status == TestStatus.SUCCESS else red