Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebee241

Browse filesBrowse files
committed
stage api key and add accounts to contributing.md
1 parent 5e73ffa commit ebee241
Copy full SHA for ebee241

File tree

Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-2
lines changed

‎contributing.md

Copy file name to clipboardExpand all lines: contributing.md
+3-1Lines changed: 3 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: plotly/tests/test_core/test_offline/test_offline.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.