Skip to content

Commit a79381e

Browse files
authored
Merge pull request #515 from plotly/mkcor-testrun-instructions
Update instructions for running tests locally
2 parents f9820fd + 1f8f3fd commit a79381e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ Use the [GitHub flow][] when proposing contributions to this repository (i.e. cr
2727

2828
## Running the Tests
2929

30-
**Warning:** _Tests do not currently run on windows. Track our progress: [#409](https://github.com/plotly/dash/issues/409)._
30+
**Warning:** _Tests do not currently run on Windows. Track our progress: [#409](https://github.com/plotly/dash/issues/409)._
3131

3232
To run the tests, you can use Python's `unittest` module, or a test runner like `nose2`.
33+
For example, `python -m unittest tests.test_integration` will run the integration tests.
3334

3435
To run all of the tests:
35-
`python -m unittest tests`
36+
`python -m unittest discover tests`
3637

3738
Or:
3839
`nose2 -v`

0 commit comments

Comments
 (0)