Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ test_figure
Method
test_figure
tests/test_plotly.py:6–9 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4
5
class
TestPlotly(unittest.TestCase):
6
def
test_figure(self):
7
trace = {
'x'
: [1, 2],
'y'
: [1, 3]}
8
data = [ trace ]
9
go.Figure(data=data)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected