(kwargs, msg)
| 39 | r"The shapes of 'flows' \(2,\) and 'labels'"), |
| 40 | )) |
| 41 | def test_sankey_errors(kwargs, msg): |
| 42 | with pytest.raises(ValueError, match=msg): |
| 43 | Sankey(**kwargs) |
| 44 | |
| 45 | |
| 46 | @pytest.mark.parametrize('kwargs, msg', ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…