| 1 | | Until I add ``-m`` suport, it is not possible to use pyrun to run its own tests |
|---|
| 2 | | using a `discovered` nose path. To run the examples *as a test suite* you |
|---|
| 3 | | currently need to do something like:: |
|---|
| | 1 | If you have nose and setuptools on your system you can execute the .rst files |
|---|
| | 2 | in the examples directory by doing something like this:: |
|---|
| | 3 | |
|---|
| | 4 | cd pyrun-checkoutdir && python pyrun.py -m nose.core nose/and/setuptools/under/here -v --with-doctest --doctest-extension=.rst -w examples |
|---|
| | 5 | |
|---|
| | 6 | The equivelent, without using pyrun, would be something like:: |
|---|