Home
last modified time | relevance | path

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

/external/pigweed/targets/lm3s6965evb-qemu/py/lm3s6965evb_qemu_utils/
Dunit_test_runner.py23 _TESTS_DONE_STRING = b'[==========] Done running all tests.' variable
31 if test_output.rfind(_TESTS_DONE_STRING) == -1:
/external/pigweed/targets/stm32f429i-disc1/py/stm32f429i_disc1_utils/
Dunit_test_runner.py46 _TESTS_DONE_STRING = b'[==========] Done running all tests.' variable
167 if serial_data.rfind(_TESTS_DONE_STRING) != -1:
221 if test_output.rfind(_TESTS_DONE_STRING) == -1:
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dunit_test_runner.py40 _TESTS_DONE_STRING = b'[==========] Done running all tests.' variable
162 if serial_data.rfind(_TESTS_DONE_STRING) != -1:
215 if test_output.rfind(_TESTS_DONE_STRING) == -1: