Searched refs:TEST_RESULT (Results 1 – 1 of 1) sorted by relevance
369 TEST_RESULT = re.compile(r'^(ok|not ok) ([0-9]+) (- )?([^#]*)( # .*)?$') variable392 match = TEST_RESULT.match(line)422 match = TEST_RESULT.match(line)469 while lines and not TEST_RESULT.match(lines.peek()) and not \
Completed in 5 milliseconds