Changes between Version 114 and Version 115 of DeveloperGuidelinesTesting
- Timestamp:
- 08/08/11 21:26:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v114 v115 146 146 This may be useful to test different versions but also installed modules. N.B. No testing has been done with virtualenv as of this time. 147 147 148 if our current working directory happens to be the {{{tests/}}} folder, we can run the tests more directly: 149 {{{ 150 ./nose.py 151 }}} 152 This is the most minimal version of the command. This is because nose.py is designed to be run from anywhere, i.e. not to be put in the PATH. 153 148 154 === Javascript unit tests === 149 155 Selenium enables functional testing but not really unit testing other than reporting the results of javascript test runs.