Skip to content

Commit 7a5edd8

Browse files
committed
Merge pull request #670 from plotly/mkcor-fix-path
Use valid path for test run example with configuration.
2 parents 39569f6 + 2cec3b5 commit 7a5edd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ Or:
4141
## Local configuration
4242
You can configure the test server with the following variables:
4343
### DASH_TEST_CHROMEPATH
44-
If you run a special chrome set the path to your chrome binary with this environment variable.
44+
If you run a special chrome, set the path to your chrome binary with this environment variable.
4545

4646
### DASH_TEST_PROCESSES
47-
If you encounter errors about Multi-server + Multi-processing when running under Python 3 try running the tests with the number of server processes set to 1.
47+
If you encounter errors about Multi-server + Multi-processing when running under Python 3, try running the tests with the number of server processes set to 1.
4848

4949
### Example: single test run with configuration
5050
```
51-
DASH_TEST_CHROMEPATH=/bin/google-chrome-beta DASH_TEST_PROCESSES=1 python -m unittest -v test.test_integration.Tests.test_inputs
51+
DASH_TEST_CHROMEPATH=/bin/google-chrome-beta DASH_TEST_PROCESSES=1 python -m unittest -v tests.test_integration.Tests.test_no_callback_context
5252
```
5353

5454
## Making a contribution

0 commit comments

Comments
 (0)