Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst146 …Or to run the TestFlashing suite only (using the pytest ``-k`` option to select tests based on the…
148 ``pytest test_esptool.py --port /dev/ttyUSB2 --chip esp8266 --baud 460800 -k TestFlashing``
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py393 class TestFlashing(EsptoolTestCase): class