(fmt, match)
| 809 | ("Round,foo", "Incorrect style argument: 'Round,foo'"), |
| 810 | )) |
| 811 | def test_boxstyle_errors(fmt, match): |
| 812 | with pytest.raises(ValueError, match=match): |
| 813 | BoxStyle(fmt) |
| 814 | |
| 815 | |
| 816 | @image_comparison(['annulus.png'], style='mpl20') |
nothing calls this directly
no test coverage detected
searching dependent graphs…