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

Method setUp

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

Source from the content-addressed store, hash-verified

27
28class TestPatchDask(TestCase):
29 def setUp(self):
30 try:
31 import dask.dataframe as dd # noqa
32 except ImportError:
33 raise SkipTest('Dask not available')
34 import hvplot.dask # noqa
35
36 def test_dask_series_patched(self):
37 import dask.dataframe as dd

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected