We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9795f commit f47c247Copy full SHA for f47c247
plotly/tests/test_core/test_plotly/test_plot.py
@@ -17,9 +17,12 @@
17
# username for tests: 'PlotlyImageTest'
18
# api_key for account: '786r5mecv0'
19
20
+def setUp():
21
+ py.sign_in('PlotlyImageTest', '786r5mecv0',
22
+ plotly_domain='https://plot.ly')
23
+
24
25
def test_plot_valid():
- py.sign_in('PlotlyImageTest', '786r5mecv0')
26
fig = {
27
'data':[
28
{
0 commit comments