(input, output)
| 32 | |
| 33 | @pytest.mark.parametrize("input, output", tests) |
| 34 | def test_split_user_input(input, output): |
| 35 | assert split_user_input(input) == output |
| 36 | |
| 37 | |
| 38 | def test_LineInfo(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…