Show More
@@ -61,7 +61,13 b' the tests, thus eliminating the initial ' | |||
|
61 | 61 | kill -9 $(cat test.pid) |
|
62 | 62 | |
|
63 | 63 | You can run individual tests by specifying their path as argument to nosetests. |
|
64 | nosetests also has many more options, see `nosetests -h`. | |
|
64 | nosetests also has many more options, see `nosetests -h`. Some useful options | |
|
65 | are:: | |
|
66 | ||
|
67 | -x, --stop Stop running tests after the first error or failure | |
|
68 | -s, --nocapture Don't capture stdout (any stdout output will be | |
|
69 | printed immediately) [NOSE_NOCAPTURE] | |
|
70 | --failed Run the tests that failed in the last test run. | |
|
65 | 71 |
|
|
66 | 72 | Coding/contribution guidelines |
|
67 | 73 | ------------------------------ |
General Comments 0
You need to be logged in to leave comments.
Login now