Searched refs:_Colors (Results 1 – 1 of 1) sorted by relevance
249 class _Colors(object): class279 _Colors.HEADER + 'Testing gRPC Python...\n' + _Colors.END)291 _Colors.FAIL + 'ERROR {}\n'.format(test.id()) + _Colors.END)298 _Colors.FAIL + 'FAILURE {}\n'.format(test.id()) + _Colors.END)305 _Colors.OK + 'SUCCESS {}\n'.format(test.id()) + _Colors.END)312 _Colors.INFO + 'SKIP {}\n'.format(test.id()) + _Colors.END)319 _Colors.INFO + 'FAILURE_OK {}\n'.format(test.id()) + _Colors.END)326 _Colors.INFO + 'UNEXPECTED_OK {}\n'.format(test.id()) + _Colors.END)401 [(_Colors.FAIL + '{test_name}' + _Colors.END + '\n' + _Colors.BOLD +402 'traceback:' + _Colors.END + '\n' + '{traceback}\n' + _Colors.BOLD +[all …]