(test_input, expected)
| 548 | ], |
| 549 | ) |
| 550 | def test_parse_stream(test_input, expected): |
| 551 | result = parse_stream(io.StringIO(test_input)) |
| 552 | |
| 553 | assert list(result) == expected |
nothing calls this directly
no test coverage detected
searching dependent graphs…