Searched refs:peek_test_name_match (Results 1 – 1 of 1) sorted by relevance
355 def peek_test_name_match(lines: LineStream, test: Test) -> bool: function746 if not lines or (peek_test_name_match(lines, test) and768 if test.name != "" and not peek_test_name_match(lines, test):
Completed in 4 milliseconds