MCPcopy Create free account
hub / github.com/Kaggle/docker-python / TestBokeh

Class TestBokeh

tests/test_bokeh.py:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3from bokeh.plotting import figure
4
5class TestBokeh(unittest.TestCase):
6 def test_figure(self):
7 figure(title="Hello World")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected