Searched refs:TAP_START (Results 1 – 1 of 1) sorted by relevance
212 TAP_START = re.compile(r'\s*TAP version ([0-9]+)$') variable233 elif not started and TAP_START.search(line):289 tap_match = TAP_START.match(lines.peek())453 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START, TAP_START, TEST_PLAN]