[GRASS-SVN] r65766 - grass-addons/grass7/raster/r.agent.aco/tests

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 21 14:21:32 PDT 2015


Author: mic
Date: 2015-07-21 14:21:32 -0700 (Tue, 21 Jul 2015)
New Revision: 65766

Modified:
   grass-addons/grass7/raster/r.agent.aco/tests/README
Log:
explain the test suite and especially the scope of the GRASS context

Modified: grass-addons/grass7/raster/r.agent.aco/tests/README
===================================================================
--- grass-addons/grass7/raster/r.agent.aco/tests/README	2015-07-21 19:10:22 UTC (rev 65765)
+++ grass-addons/grass7/raster/r.agent.aco/tests/README	2015-07-21 21:21:32 UTC (rev 65766)
@@ -6,9 +6,11 @@
 as backport for python 2.3-2.6 too.
 
 To invoke e.g. the error tests only, from the topmost directory
-level (i.e. r.agent) issue
- user at py2.6host:~/r.agent$ unit2 discover -v -p "test*.py"
-or
- user at py2.7host:~/r.agent$ unittest discover -v -p "test*.py"
-respectively (consult "-h" for help).
+level issue
+ user at host:~/path/r.agent.aco$ unit2 discover -v -p "test*.py"
 
+All tests except for tests.test_grassland should run without
+the GRASS environemnent. For tests.test_grassland you must start
+the tests inside the GRASS console respectively:
+ GRASS 6.4.4 (foobar):~/path/r.agent.aco > unit2 discover -v -p "test*.py"
+



More information about the grass-commit mailing list