(supplied, all_)
| 280 | ["supplied", "all_"], [([..., ...], list("abc")), ([...], list("aac"))] |
| 281 | ) |
| 282 | def test_infix_dims_errors(supplied, all_): |
| 283 | with pytest.raises(ValueError): |
| 284 | list(infix_dims(supplied, all_)) |
| 285 | |
| 286 | |
| 287 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…