Show More
@@ -8,9 +8,9 b' itself from the command line. There are two ways of running this script:' | |||||
8 | calling this script (with different arguments) recursively. This |
|
8 | calling this script (with different arguments) recursively. This | |
9 | causes modules and package to be tested in different processes, using nose |
|
9 | causes modules and package to be tested in different processes, using nose | |
10 | or trial where appropriate. |
|
10 | or trial where appropriate. | |
11 |
2. With the regular nose syntax, like `iptest |
|
11 | 2. With the regular nose syntax, like `iptest IPython -- -vvs`. In this form | |
12 | the script simply calls nose, but with special command line flags and |
|
12 | the script simply calls nose, but with special command line flags and | |
13 | plugins loaded. |
|
13 | plugins loaded. Options after `--` are passed to nose. | |
14 |
|
14 | |||
15 | """ |
|
15 | """ | |
16 |
|
16 |
General Comments 0
You need to be logged in to leave comments.
Login now