Home
last modified time | relevance | path

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

/lvgl-latest/tests/micropy_test/
D__init__.py323 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:
360 ARTIFACT_PATH = os.path.join(cwd, 'artifacts') variable
389 ARTIFACT_PATH = os.path.join(cwd, args.artifact_path) variable
393 if not os.path.exists(ARTIFACT_PATH):
399 debug_log_path = os.path.join(ARTIFACT_PATH, 'debug.log')