Changes between Version 11 and Version 12 of DeveloperGuidelines/Testing/EdenTest/WriteTestcase/Advanced


Ignore:
Timestamp:
01/19/18 14:25:30 (7 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/EdenTest/WriteTestcase/Advanced

    v11 v12  
    120120Assuming you are in the directory where web2py is located and your eden app is named eden, run this command to run the smoke tests:
    121121{{{
    122 python web2py.py --no-banner -M -S eden  -R applications/eden/tests/edentest_runner.py -A  smoke_tests  -o NONE -l NONE
     122python web2py.py --no-banner -M -S eden  -R applications/eden/tests/edentest.py -A  smoke_tests  -o NONE -l NONE
    123123}}}
    124124It is advised not to create the log and output file as they are too detailed to be informative.