Searched refs:TAP_ENTRIES (Results 1 – 1 of 1) sorted by relevance
98 TAP_ENTRIES = re.compile(r'^(TAP|[\s]*ok|[\s]*not ok|[\s]*[0-9]+\.\.[0-9]+|[\s]*#).*$') variable101 while lines and not TAP_ENTRIES.match(lines[0]):105 while lines and not TAP_ENTRIES.match(lines[0]):