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

Function test_plotting_plot_duckdb

hvplot/tests/testdeprecations.py:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def test_plotting_plot_duckdb():
20 duckdb = pytest.importorskip('duckdb')
21 connection = duckdb.connect(':memory:')
22 relation = duckdb.from_df(makeDataFrame(), connection=connection)
23 with pytest.warns(FutureWarning):
24 plot(relation, 'line')
25
26
27def test_converter_argument_hover_formatters():

Callers

nothing calls this directly

Calls 2

makeDataFrameFunction · 0.90
plotFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…