Changes between Version 29 and Version 30 of DeveloperGuidelines/Testing/Selenium


Ignore:
Timestamp:
06/22/12 11:18:50 (12 years ago)
Author:
Fran Boon
Comment:

additional Unit Tests

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/Selenium

    v29 v30  
    169169We separate data out into a separate file, so that this is easy to change to allow reruns of the tsts with different data sets.
    170170
     171== Unit Tests ==
     172There are additional unit tests avaalble here:
     173{{{
     174python web2py.py -S eden -M -R applications/eden/tests/unit_tests/modules/s3/s3aaa.py
     175python web2py.py -S eden -M -R applications/eden/tests/unit_tests/modules/s3/s3rest.py
     176}}}
    171177
    172178== See Also ==