Changes between Version 6 and Version 7 of Submitting/General
- Timestamp:
- 06/21/14 08:43:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/General
v6 v7 142 142 == Code Quality == 143 143 144 Use the grass test suite to test your modules.144 Follow 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]. 145 145 146 http://www-pool.math.tu-berlin.de/~soeren/grass/GRASS_TestSuite147 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-qa155 146 156 147 == Contact us ==