Home
last modified time | relevance | path

Searched defs:LineStream (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/kunit/
H A Dkunit_parser.py146 class LineStream: class
273 def parse_ktap_header(lines: LineStream, test: Test, printer: Printer) -> bool:
305 def parse_test_header(lines: LineStream, test: Test) -> bool:
329 def parse_test_plan(lines: LineStream, test: Test) -> bool:
359 def peek_test_name_match(lines: LineStream, test: Test) -> bool:
384 def parse_test_result(lines: LineStream, test: Test,
438 def parse_diagnostic(lines: LineStream) -> List[str]:
690 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool, printer: Pri…
H A Dkunit_tool_test.py92 def assertContains(self, needle: str, haystack: kunit_parser.LineStream):