Lines Matching refs:f
48 ubman.log.info(f'line: {line}')
52 … ubman.log.info(f'suite: {cur_suite} expected {exp_test_count[cur_suite]} found {test_count}')
56 ubman.log.info(f'cur_suite: {cur_suite}')
68 ubman.log.info(f"test_name {test_name} msg '{msg}'")
69 full_name = f'{cur_suite}.{test_name}'
77 ubman.log.info(f'test_count {test_count}')
79 … ubman.log.info(f'suite: {cur_suite} expected {exp_test_count[cur_suite]} found {test_count}')
80 ubman.log.info(f"Tests: {' '.join(sorted(list(tests)))}")
116 ubman.log.info(f'line: {line}')
155 ubman.log.info(f'missing {missing}')
156 ubman.log.info(f'extra {extra}')
175 ubman.log.info(f"suites: {' '.join(sorted(list(suites)))}")
176 ubman.log.error(f'missing: {sorted(list(missing))}')
177 ubman.log.error(f'extra: {sorted(list(extra))}')
179 assert not missing, f'Missing suites {missing}'
180 assert not extra, f'Extra suites {extra}'
185 f'suite {suite} expected {exp_test_count[suite]}'