(supplied, all_, expected)
| 272 | ], |
| 273 | ) |
| 274 | def test_infix_dims(supplied, all_, expected): |
| 275 | result = list(infix_dims(supplied, all_)) |
| 276 | assert result == expected |
| 277 | |
| 278 | |
| 279 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…