Skip to content

Commit ebee241

Browse files
committed
stage api key and add accounts to contributing.md
1 parent 5e73ffa commit ebee241

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

contributing.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Open an issue! Go to https://github.com/plotly/plotly.py/issues. It's possible t
1212

1313
## Have Questions about Plotly?
1414

15-
Check out our Support App: https://support.plot.ly/libraries/python or Community Forum: https://community.plot.ly/.
15+
Check out our Support App: https://support.plot.ly/libraries/python or Community Forum: https://community.plot.ly/.
1616

1717
## Setup
1818

@@ -194,6 +194,8 @@ You're *strongly* encouraged to write tests that check your added functionality.
194194

195195
When you write a new test anywhere under the `tests` directory, if your PR gets accepted, that test will run in a virtual machine to ensure that future changes don't break your contributions!
196196

197+
Test accounts include: `PythonTest`, `PlotlyImageTest`, and `PlotlyStageTest`.
198+
197199
#### Publishing to Pip
198200

199201
You'll need the credentials file `~/.pypirc`. Request access from @theengineear and @chriddyp. Then, from inside the repository:

plotly/tests/test_core/test_offline/test_offline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def setUp(self):
110110
super(PlotlyOfflineOtherDomainTestCase, self).setUp()
111111
plotly.tools.set_config_file(plotly_domain='https://stage.plot.ly',
112112
plotly_api_domain='https://api-stage.plot.ly')
113-
plotly.plotly.sign_in('PlotlyStageTest', 'EhdkoFnID6W7bzbejuEK')
113+
plotly.plotly.sign_in('PlotlyStageTest', 'rs3GA48WfFKUX4JpVL07')
114114

115115
def test_plot_rendered_if_non_plotly_domain(self):
116116
html = plotly.offline.plot(fig, output_type='div')

0 commit comments

Comments
 (0)