Changeset 763

Show
Ignore:
Timestamp:
07/22/07 01:43:30 (1 year ago)
Author:
robin
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyrun/trunk/README.examples-as-tests.txt

    r757 r763  
    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:: 
     1If you have nose and setuptools on your system you can execute the .rst files 
     2in 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 
     6The equivelent, without using pyrun, would be something like:: 
    47 
    58  cd pyrun-trunk