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

Method test_streamz_dataframe_patched

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

Source from the content-addressed store, hash-verified

83 import hvplot.streamz # noqa
84
85 def test_streamz_dataframe_patched(self):
86 from streamz.dataframe import Random
87
88 random_df = Random()
89 self.assertIsInstance(random_df.hvplot, hvPlotTabular)
90
91 def test_streamz_series_patched(self):
92 from streamz.dataframe import Random

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected