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

Method setUp

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

Source from the content-addressed store, hash-verified

138
139class TestPatchDuckDB(TestCase):
140 def setUp(self):
141 try:
142 import duckdb # noqa
143 except ImportError:
144 raise SkipTest('DuckDB not available')
145 import hvplot.duckdb # noqa
146
147 def test_duckdb_relation_patched(self):
148 import duckdb

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected