[GRASS-SVN] r67208 - grass/trunk/lib/python/docs/src
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 17 11:27:01 PST 2015
Author: wenzeslaus
Date: 2015-12-17 11:27:01 -0800 (Thu, 17 Dec 2015)
New Revision: 67208
Modified:
grass/trunk/lib/python/docs/src/gunittest_running_tests.rst
grass/trunk/lib/python/docs/src/gunittest_testing.rst
Log:
gunittest: link sample data and say it is basic loc
Modified: grass/trunk/lib/python/docs/src/gunittest_running_tests.rst
===================================================================
--- grass/trunk/lib/python/docs/src/gunittest_running_tests.rst 2015-12-17 14:41:28 UTC (rev 67207)
+++ grass/trunk/lib/python/docs/src/gunittest_running_tests.rst 2015-12-17 19:27:01 UTC (rev 67208)
@@ -67,6 +67,16 @@
return code.
+Running tests and creating report
+---------------------------------
+
+Currently there is full support only for running all the tests in
+the small (basic) version of GRASS GIS sample Location for North Carolina
+(see `GRASS GIS sample data`).
+
+.. _GRASS GIS sample data: https://grass.osgeo.org/download/sample-data
+
+
Example Bash script to run be used as a cron job
------------------------------------------------
Modified: grass/trunk/lib/python/docs/src/gunittest_testing.rst
===================================================================
--- grass/trunk/lib/python/docs/src/gunittest_testing.rst 2015-12-17 14:41:28 UTC (rev 67207)
+++ grass/trunk/lib/python/docs/src/gunittest_testing.rst 2015-12-17 19:27:01 UTC (rev 67208)
@@ -25,6 +25,9 @@
or running of test in the way that process terminations potentially
caused by C library functions does not influence the main testing process.
+Some tests will run without any data but many tests require
+the small (basic) version of GRASS GIS sample Location for North Carolina
+(see `GRASS GIS sample data`).
Basic example
-------------
@@ -716,3 +719,4 @@
.. _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
More information about the grass-commit
mailing list