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.py61 printer.print_with_timestamp(printer.red('[ERROR]') + f' Test: {self.name}: {error_message}')
518 printer.print_with_timestamp(format_test_divider(message, len(message)))
524 printer.print_with_timestamp(printer.yellow(line))
567 printer.print_with_timestamp(format_test_result(test, printer))
581 printer.print_with_timestamp(format_test_divider(message,
597 printer.print_with_timestamp(DIVIDER)
600 printer.print_with_timestamp(DIVIDER)
664 printer.print_with_timestamp(color(f'Testing complete. {test.counts}'))
673 printer.print_with_timestamp(color(summarized))
860 printer.print_with_timestamp(DIVIDE
[all...]
H A Dkunit_printer.py30 def print_with_timestamp(self, message: str) -> None: member in Printer