Changes between Version 6 and Version 7 of Submitting/General


Ignore:
Timestamp:
Jun 21, 2014, 8:43:08 AM (10 years ago)
Author:
wenzeslaus
Comment:

remove old testing instructions

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/General

    v6 v7  
    142142== Code Quality ==
    143143
    144 Use the grass test suite to test your modules.
     144Follow the best writing practices specified by GRASS submitting rules for a given language. Write tests for your code. Note that framework for testing and rules for testing are under development but you can use the [http://trac.osgeo.org/grass/browser/sandbox/wenzeslaus/gunittest/testing.rst temporary guide] or [source:grass/trunk/general/g.list/test_g_list.py?rev=60619 existing examples].
    145145
    146     http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite
    147 
    148     You can easily write specific tests for your modules.
    149 
    150     If your module is part of GRASS and you created some standard test cases, please contact the developers to add your tests to the default test suite.  This will automatize complex test scenarios and assure to find bugs much faster, if changes were made to your modules or to the grass library.
    151 
    152     Consider to subscribe to the GRASS Quality Assessment System to get immediate notification about the code quality:
    153 
    154     http://lists.osgeo.org/mailman/listinfo/grass-qa
    155146
    156147== Contact us ==