Home
last modified time | relevance | path

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

/lvgl-latest/tests/gen_json/
Dtest_gen_json.py8 BASE_PATH = os.path.abspath(os.path.dirname(__file__)) variable
10 BASE_PATH, '..', '..', 'scripts',
14 OUTPUT_FILE = os.path.join(BASE_PATH, 'lvgl.json')
/lvgl-latest/tests/micropy_test/
D__init__.py58 BASE_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__))) variable
59 TEST_PATH = os.path.join(BASE_PATH, 'micropy.py')
60 IMG_PATH = os.path.join(BASE_PATH, '../ref_imgs/binding.png')