Searched refs:get_color (Results 1 – 3 of 3) sorted by relevance
26 def get_color(status: TwisterStatus) -> str: member in TwisterStatus
653 TwisterStatus.get_color(TwisterStatus.FAIL)655 else TwisterStatus.get_color(TwisterStatus.PASS)
1604 color = TwisterStatus.get_color(tc.status)1628 TwisterStatus.get_color(TwisterStatus.SKIP)1636 TwisterStatus.get_color(TwisterStatus.FAIL) if results.failed > 0 else Fore.RESET1642 TwisterStatus.get_color(TwisterStatus.ERROR) if results.error > 0 else Fore.RESET
Completed in 8 milliseconds