Home
last modified time | relevance | path

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

/linux/tools/testing/kunit/
H A Dkunit_parser.py60 printer.print_with_timestamp(stdout.red('[ERROR]') + f' Test: {self.name}: {error_message}')
516 printer.print_with_timestamp(format_test_divider(message, len(message)))
522 printer.print_with_timestamp(printer.yellow(line))
562 printer.print_with_timestamp(format_test_result(test, printer))
576 printer.print_with_timestamp(format_test_divider(message,
592 printer.print_with_timestamp(DIVIDER)
595 printer.print_with_timestamp(DIVIDER)
659 printer.print_with_timestamp(color(f'Testing complete. {test.counts}'))
668 printer.print_with_timestamp(color(summarized))
855 printer.print_with_timestamp(DIVIDE
[all...]
H A Dkunit_printer.py30 def print_with_timestamp(self, message: str) -> None: member in Printer