Changes between Version 14 and Version 15 of Submitting/General
- Timestamp:
- 11/03/17 09:13:11 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/General
v14 v15 229 229 == Code Quality == 230 230 231 Follow the best writing practices specified by GRASS [wiki:Submitting 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]. 231 Follow the best writing practices specified by GRASS [wiki:Submitting submitting rules] for a given language. 232 233 Write tests for your code. See the [https://grass.osgeo.org/grass73/manuals/libpython/gunittest_testing.html testing guide] or existing examples ([source:grass/trunk/general/g.list/testsuite?rev=65204 g.list]). 232 234 233 235 == Contact us ==