Searched refs:_TESTS_DONE_STRING (Results 1 – 3 of 3) sorted by relevance
23 _TESTS_DONE_STRING = b'[==========] Done running all tests.' variable31 if test_output.rfind(_TESTS_DONE_STRING) == -1:
46 _TESTS_DONE_STRING = b'[==========] Done running all tests.' variable167 if serial_data.rfind(_TESTS_DONE_STRING) != -1:221 if test_output.rfind(_TESTS_DONE_STRING) == -1:
40 _TESTS_DONE_STRING = b'[==========] Done running all tests.' variable162 if serial_data.rfind(_TESTS_DONE_STRING) != -1:215 if test_output.rfind(_TESTS_DONE_STRING) == -1: