()
| 16 | |
| 17 | @pytest.fixture(scope='class') |
| 18 | def load_xarray_accessor(): |
| 19 | import hvplot.xarray # noqa |
| 20 | |
| 21 | |
| 22 | @pytest.fixture(params=['bokeh', 'matplotlib', 'plotly'], scope='class') |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…