Searched refs:TEST_RESULT (Results 1 – 1 of 1) sorted by relevance
351 TEST_RESULT = re.compile(r'^\s*(ok|not ok) ([0-9]+) (- )?([^#]*)( # .*)?$') variable374 match = TEST_RESULT.match(line)404 match = TEST_RESULT.match(line)451 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START]
Completed in 3 milliseconds