Changes between Version 16 and Version 17 of DeveloperGuidelines/Testing/EdenTest


Ignore:
Timestamp:
09/21/14 09:23:24 (11 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/EdenTest

    v16 v17  
    143143{{{
    144144python web2py.py --no-banner -M -S eden  -R applications/eden/tests/edentest_runner.py #no argument
    145 ython web2py.py --no-banner -M -S eden  -R applications/eden/tests/edentest_runner.py -A testsuites #testsuites folder as argument
     145python web2py.py --no-banner -M -S eden  -R applications/eden/tests/edentest_runner.py -A testsuites #testsuites folder as argument
    146146}}}
    147147   This will run all the testsuites found under the testsuites folder.