MCPcopy Create free account
hub / github.com/holoviz/hvplot / setUp

Method setUp

hvplot/tests/testpatch.py:52–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50
51class TestPatchXArray(TestCase):
52 def setUp(self):
53 try:
54 import xarray as xr # noqa
55 except ImportError:
56 raise SkipTest('XArray not available')
57 import hvplot.xarray # noqa
58
59 def test_xarray_dataarray_patched(self):
60 import xarray as xr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected