Home
last modified time | relevance | path

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

/test/py/tests/
A Dtest_log.py16 def run_with_format(fmt, expected_output): function
32 run_with_format('all', f'NOTICE.arch,file.c:123-{padding}func() msg')
36 run_with_format('fm', f'{padding}func() msg')
37 run_with_format('clfm', f'NOTICE.arch,{padding}func() msg')
38 run_with_format('FLfm', f'file.c:123-{padding}func() msg')
39 run_with_format('lm', 'NOTICE. msg')
40 run_with_format('m', 'msg')

Completed in 5 milliseconds