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

Function test_set_wrong_linestyle

lib/matplotlib/tests/test_collections.py:701–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

699
700
701def test_set_wrong_linestyle():
702 c = Collection()
703 with pytest.raises(ValueError, match="Do not know how to convert 'fuzzy'"):
704 c.set_linestyle('fuzzy')
705
706
707@pytest.mark.parametrize('ls', ['', ' ', 'none'])

Callers

nothing calls this directly

Calls 2

set_linestyleMethod · 0.95
CollectionClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…