Changes between Version 16 and Version 17 of DeveloperGuidelines/Testing/EdenTest
- Timestamp:
- 09/21/14 09:23:24 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/EdenTest
v16 v17 143 143 {{{ 144 144 python 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 argument145 python web2py.py --no-banner -M -S eden -R applications/eden/tests/edentest_runner.py -A testsuites #testsuites folder as argument 146 146 }}} 147 147 This will run all the testsuites found under the testsuites folder.