Home
last modified time | relevance | path

Searched refs:term_color (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/tests/
Drobot_output_formatter.py4 class term_color: class
44 status = term_color.GREEN + 'OK' + term_color.RESET
47 status = term_color.BLUE + 'skipped' + term_color.RESET
49 status = term_color.YELLOW + 'failed (non critical)' + term_color.RESET
51 status = term_color.RED + 'failed' + term_color.RESET