Home
last modified time | relevance | path

Searched refs:peek_test_name_match (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/testing/kunit/
Dkunit_parser.py362 def peek_test_name_match(lines: LineStream, test: Test) -> bool: function
685 if not lines or (peek_test_name_match(lines, test) and
707 if (parent_test and peek_test_name_match(lines, test)) or \