()
| 71 | |
| 72 | |
| 73 | def test_valid_colors(): |
| 74 | line = mlines.Line2D([], []) |
| 75 | with pytest.raises(ValueError): |
| 76 | line.set_color("foobar") |
| 77 | |
| 78 | |
| 79 | def test_linestyle_variants(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…