Lines Matching refs:f
45 output += f'\033[31;1m{line}\033[0m\n'
155 log(f'--SETTING UP')
165 log(f'--RUNNING MICROPYTHON ({MICROPYTHON_PATH})')
200 log(f'--TEARDOWN FINISHED')
209 with open(TEST_PATH, 'rb') as f:
210 test_code = f.read()
212 log(f'--RUNNING TEST ({TEST_PATH})')
323 img.save(os.path.join(ARTIFACT_PATH, f'frame.png'), 'PNG')
326 with open(os.path.join(ARTIFACT_PATH, f'frame.bin'), 'wb') as f:
330 f.write(bytes(bytearray([
394 raise RuntimeError(f'Artifact path does not exist ({ARTIFACT_PATH})')
397 raise RuntimeError(f'MicroPython binary not found ({MICROPYTHON_PATH})')
405 print(f'View the debug output in "{debug_log_path}"')