Lines Matching refs:join
50 args = ' '.join(repr(arg) for arg in args)
58 BASE_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__)))
59 TEST_PATH = os.path.join(BASE_PATH, 'micropy.py')
60 IMG_PATH = os.path.join(BASE_PATH, '../ref_imgs/binding.png')
308 b''.join(binascii.unhexlify(lne) for lne in test_data.result)
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:
344 error = '\n'.join(error)
348 self.fail(b'\n'.join(test_data.result))
360 ARTIFACT_PATH = os.path.join(cwd, 'artifacts')
361 MICROPYTHON_PATH = os.path.join(cwd, 'micropython')
389 ARTIFACT_PATH = os.path.join(cwd, args.artifact_path)
390 MICROPYTHON_PATH = os.path.join(cwd, args.mpy_path)
399 debug_log_path = os.path.join(ARTIFACT_PATH, 'debug.log')