Changes between Version 16 and Version 17 of DeveloperGuidelines/Testing
- Timestamp:
- 09/21/14 10:16:15 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing
v16 v17 9 9 10 10 === EdenTest === 11 [wiki:/DeveloperGuidelines/ EdenTest EdenTest] is a Robot Framework based test framework used for automated testing in Sahana Eden. It is located in the eden codebase under directory '''eden/tests'''.11 [wiki:/DeveloperGuidelines/Testing/EdenTest EdenTest] is a Robot Framework based test framework used for automated testing in Sahana Eden. It is located in the eden codebase under directory '''eden/tests'''. 12 12 13 Before running these tests, see [wiki:/DeveloperGuidelines/ EdenTest#Installationguidelines setup instructions] for installation and setup. Then to run the whole test suite:13 Before running these tests, see [wiki:/DeveloperGuidelines/Testing/EdenTest#Installationguidelines setup instructions] for installation and setup. Then to run the whole test suite: 14 14 {{{ 15 15 python web2py.py --no-banner -M -S eden -R applications/eden/tests/edentest_runner.py -A testsuites … … 24 24 python web2py.py --no-banner -M -S eden -R applications/eden/tests/edentest_runner.py -A smoke_tests -o NONE -l NONE 25 25 }}} 26 Before running smoke tests, check [wiki:DeveloperGuidelines/ EdenTest/WriteTestcase/Advanced#SmokeTests Smoke Tests] for additional options.26 Before running smoke tests, check [wiki:DeveloperGuidelines/Testing/EdenTest/WriteTestcase/Advanced#SmokeTests Smoke Tests] for additional options. 27 27 28 28