Searched refs:peek_test_name_match (Results 1 – 1 of 1) sorted by relevance
357 def peek_test_name_match(lines: LineStream, test: Test) -> bool: function755 if not lines or (peek_test_name_match(lines, test) and777 if test.name != "" and not peek_test_name_match(lines, test):