Changes between Version 29 and Version 30 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 06/22/12 11:18:50 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v29 v30 169 169 We separate data out into a separate file, so that this is easy to change to allow reruns of the tsts with different data sets. 170 170 171 == Unit Tests == 172 There are additional unit tests avaalble here: 173 {{{ 174 python web2py.py -S eden -M -R applications/eden/tests/unit_tests/modules/s3/s3aaa.py 175 python web2py.py -S eden -M -R applications/eden/tests/unit_tests/modules/s3/s3rest.py 176 }}} 171 177 172 178 == See Also ==