[GRASS-SVN] r74315 - grass/trunk/lib/python/docs/src

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 27 05:31:12 PDT 2019


Author: neteler
Date: 2019-03-27 05:31:12 -0700 (Wed, 27 Mar 2019)
New Revision: 74315

Modified:
   grass/trunk/lib/python/docs/src/gunittest_testing.rst
Log:
gunittest: mention Travis-CI and 'nc_spm_full_v2alpha' sample dataset available from http://fatra.cnr.ncsu.edu/data/

Modified: grass/trunk/lib/python/docs/src/gunittest_testing.rst
===================================================================
--- grass/trunk/lib/python/docs/src/gunittest_testing.rst	2019-03-27 08:51:01 UTC (rev 74314)
+++ grass/trunk/lib/python/docs/src/gunittest_testing.rst	2019-03-27 12:31:12 UTC (rev 74315)
@@ -672,7 +672,9 @@
 is registered as project number `1038`_. Also you can use `Cppcheck`_
 which will show a lot of errors which compilers do not check.
 In any case, set your compiler to high error and warning levels,
-check them and fix them in your code.
+check them and fix them in your code. Furthermore, `Travis-CI`_ is used
+to check if the source code can still be compiled after submitting changes
+to the repository.
 
 For Python, we recommend pylint and then for style issues pep8 tool
 (and perhaps also pep257 tool). However, there is more tools available
@@ -716,7 +718,8 @@
 .. _unittest: https://docs.python.org/2/library/unittest.html
 .. _doctest: https://docs.python.org/2/library/doctest.html
 .. _Coverity Scan: https://scan.coverity.com/
+.. _Travis-CI: https://travis-ci.org/GRASS-GIS/grass-ci
 .. _1038: https://scan.coverity.com/projects/1038
 .. _Cppcheck: http://cppcheck.sourceforge.net/
 .. _sandbox: https://svn.osgeo.org/grass/sandbox/wenzeslaus/grass_py_static_check.py
-.. _GRASS GIS sample data: https://grass.osgeo.org/download/sample-data
+.. _GRASS GIS sample data: https://grass.osgeo.org/download/sample-data and http://fatra.cnr.ncsu.edu/data/ (nc_spm_full_v2alpha)



More information about the grass-commit mailing list