Changes between Version 11 and Version 12 of DeveloperGuidelines/Testing/EdenTest/WriteTestcase/Advanced
- Timestamp:
- 01/19/18 14:25:30 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/EdenTest/WriteTestcase/Advanced
v11 v12 120 120 Assuming you are in the directory where web2py is located and your eden app is named eden, run this command to run the smoke tests: 121 121 {{{ 122 python web2py.py --no-banner -M -S eden -R applications/eden/tests/edentest _runner.py -A smoke_tests -o NONE -l NONE122 python web2py.py --no-banner -M -S eden -R applications/eden/tests/edentest.py -A smoke_tests -o NONE -l NONE 123 123 }}} 124 124 It is advised not to create the log and output file as they are too detailed to be informative.