Changes between Version 7 and Version 8 of QA


Ignore:
Timestamp:
04/29/13 12:47:52 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QA

    v7 v8  
    4141These unit tests are meant to detect problems early during development, which means you should run them quite often while you're still working on the code (read: before and after every little change you make) rather than expecting them to be run during QA cycles. That again means you would more often need to run tests for particular modules than the whole suite.
    4242
    43 For every module in {{{modules/s3}}} and {{{modules/eden}}}, you can find the corresponding unit test module under {{{modules/unit_tests/eden}}} resp. {{{modules/unit_tests/s3}}} (if one exists).
     43For every module in {{{modules/s3}}} and {{{modules/s3db}}}, you can find the corresponding unit test module under {{{modules/unit_tests/s3db}}} resp. {{{modules/unit_tests/s3}}} (if one exists).
    4444
    4545To run tests for particular modules:
     
    4848python web2py.py -S eden -M -R applications/eden/modules/unit_tests/s3/s3resource.py
    4949# e.g. for modules in modules/eden
    50 python web2py.py -S eden -M -R applications/eden/modules/unit_tests/eden/pr.py
     50python web2py.py -S eden -M -R applications/eden/modules/unit_tests/s3db/pr.py
    5151}}}
    5252