Changes between Version 2 and Version 3 of Dev/Tests/CheatSheet


Ignore:
Timestamp:
02/16/10 17:15:21 (3 years ago)
Author:
jnguyenx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Tests/CheatSheet

    v2 v3  
    11== Flags == 
    22|| --unit || Python unit tests || 
    3 || -- functional || Python functional tests || 
     3|| --functional || Python functional tests || 
     4|| --coverage || Python coverage || 
     5|| --specify=PATH || Python tests, use ''file.py:class.function'' to specify test to run || 
     6|| --pylint || Python source analysis || 
     7|| --jsunit || Javascript unit tests || 
     8|| --jscoverage || Javascript coverage || 
     9|| --jsspecify=PATH || Javascript tests, use ''TestCase.testname'' to specify test to run || 
     10|| --jslint || Javascript source analysis || 
     11|| --grid || Running functional tests on the environment specified in ''tests.conf'' ||