MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_sankey_errors

Function test_sankey_errors

lib/matplotlib/tests/test_sankey.py:41–43  ·  view source on GitHub ↗
(kwargs, msg)

Source from the content-addressed store, hash-verified

39 r"The shapes of 'flows' \(2,\) and 'labels'"),
40 ))
41def test_sankey_errors(kwargs, msg):
42 with pytest.raises(ValueError, match=msg):
43 Sankey(**kwargs)
44
45
46@pytest.mark.parametrize('kwargs, msg', (

Callers

nothing calls this directly

Calls 1

SankeyClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…