()
| 9 | |
| 10 | @pytest.fixture |
| 11 | def reset_default_backend(): |
| 12 | yield |
| 13 | hvplot.extension('bokeh') |
| 14 | hvplot.extension.compatibility = None |
| 15 | |
| 16 | |
| 17 | def test_help_style_extension_output(reset_default_backend): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…