Searched refs:TEST_HEADER (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/kunit/
H A Dkunit_parser.py301 TEST_HEADER = re.compile(r'^\s*# Subtest: (.*)$') variable
318 match = TEST_HEADER.match(lines.peek())
453 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START, TAP_START, TEST_PLAN]

Completed in 105 milliseconds