Lines Matching +full:working +full:- +full:directory
14 python3 -m pip install pillow
17 binding directory. It is just a simple location to do it from.
19 Paths that are passed in MUST be relative to the current working directory.
20 …sts/micropy_test/__init__.py --artifact-path=lib/lv_bindings/lvgl/tests/micropy_test/artifacts --m…
92 log('<---', cmd)
119 log('--->', micropy_data)
122 error_data = micropy_data.split(b'\nERROR START\n')[-1].split(b'\nERROR END\n')[0]
125 log('---> ERROR: ', error_data.decode('utf-8'))
127 log('---> ERROR: ', error_data)
133 log('--->', micropy_data)
136 error_data = micropy_data.split(b'\nERROR START\n')[-1].split(b'\nERROR END\n')[0]
139 log('---> ERROR: ', error_data.decode('utf-8'))
141 log('---> ERROR: ', error_data)
144 log('--EXIT EVENT SET')
155 log(f'--SETTING UP')
165 log(f'--RUNNING MICROPYTHON ({MICROPYTHON_PATH})')
167 cls.send(b'cd ' + os.path.dirname(__file__).encode('utf-8') + b'\n')
168 cls.send(MICROPYTHON_PATH.encode('utf-8') + b'\n')
174 log('--MICROPYTHON STARTED')
178 log('--TEARDOWN STARTED')
200 log(f'--TEARDOWN FINISHED')
212 log(f'--RUNNING TEST ({TEST_PATH})')
288 (time.time() - test_data.watchdog_timer) * 1000 <= 20000 and
340 error.append(err.decode('utf-8'))
369 '--artifact-path',
375 '--mpy-path',
381 '--debug',
402 unittest.main(argv=[sys.argv[0], '-v'])