Changes between Version 114 and Version 115 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
08/08/11 21:26:54 (13 years ago)
Author:
Mike A
Comment:

added minimal test runner command

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v114 v115  
    146146This may be useful to test different versions but also installed modules. N.B. No testing has been done with virtualenv as of this time.
    147147
     148if our current working directory happens to be the {{{tests/}}} folder, we can run the tests more directly:
     149{{{
     150./nose.py
     151}}}
     152This 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
    148154=== Javascript unit tests ===
    149155Selenium enables functional testing but not really unit testing other than reporting the results of javascript test runs.