Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/kunit/
A Dkunit_parser.py299 TEST_HEADER = re.compile(r'^\s*# Subtest: (.*)$') variable
316 match = TEST_HEADER.match(lines.peek())
451 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START]

Completed in 3 milliseconds