We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9820fd + 1f8f3fd commit a79381eCopy full SHA for a79381e
CONTRIBUTING.md
@@ -27,12 +27,13 @@ Use the [GitHub flow][] when proposing contributions to this repository (i.e. cr
27
28
## Running the Tests
29
30
-**Warning:** _Tests do not currently run on windows. Track our progress: [#409](https://github.com/plotly/dash/issues/409)._
+**Warning:** _Tests do not currently run on Windows. Track our progress: [#409](https://github.com/plotly/dash/issues/409)._
31
32
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.
34
35
To run all of the tests:
-`python -m unittest tests`
36
+`python -m unittest discover tests`
37
38
Or:
39
`nose2 -v`
0 commit comments