(err, args, kwargs, match)
| 8142 | 'colors and positions are unequal sized sequences'), |
| 8143 | )) |
| 8144 | def test_eventplot_errors(err, args, kwargs, match): |
| 8145 | with pytest.raises(err, match=match): |
| 8146 | plt.eventplot(*args, **kwargs) |
| 8147 | |
| 8148 | |
| 8149 | def test_bar_broadcast_args(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…