Searched defs:LineStream (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 146 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: 386 def parse_test_result(lines: LineStream, test: Test, 440 def parse_diagnostic(lines: LineStream) -> List[str]: 695 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool, printer: Pri…
|
| H A D | kunit_tool_test.py | 94 def assertContains(self, needle: str, haystack: kunit_parser.LineStream):
|