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}')
514 printer.print_with_timestamp(format_test_divider(message, len(message)))
520 printer.print_with_timestamp(printer.yellow(line))
560 printer.print_with_timestamp(format_test_result(test, printer))
574 printer.print_with_timestamp(format_test_divider(message,
590 printer.print_with_timestamp(DIVIDER)
593 printer.print_with_timestamp(DIVIDER)
657 printer.print_with_timestamp(color(f'Testing complete. {test.counts}'))
666 printer.print_with_timestamp(color(summarized))
850 printer.print_with_timestamp(DIVIDER)
[all …]
H A Dkunit_printer.py30 def print_with_timestamp(self, message: str) -> None: member in Printer