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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 13 04:23:26 PDT 2014


Author: mic
Date: 2014-06-13 04:23:26 -0700 (Fri, 13 Jun 2014)
New Revision: 60818

Modified:
   grass-addons/grass7/raster/r.agent/tests/README
Log:
update and correct the background info

Modified: grass-addons/grass7/raster/r.agent/tests/README
===================================================================
--- grass-addons/grass7/raster/r.agent/tests/README	2014-06-13 09:32:40 UTC (rev 60817)
+++ grass-addons/grass7/raster/r.agent/tests/README	2014-06-13 11:23:26 UTC (rev 60818)
@@ -1,16 +1,14 @@
 README file for libagent's test suite
 
 This test cases are intended to contain all the tests for
-libagent and to be usable with python 2.7 and higher, resp.
-also via the separate unittest2 available as backport for python
-2.3-2.6 too. At the moment I am working on a 2.6er system but
-e.g. by adapting the respective imports I expect it to work
-on 2.7 too..
+libagent and to be usable with python 2.7 and higher, it
+should however run resp. via the separate unittest2 available
+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_error.py"
+ user at py2.6host:~/r.agent$ unit2 discover -v -p "test*.py"
 or
- user at py2.7host:~/r.agent$ unittest discover -v -p "test_error.py"
+ user at py2.7host:~/r.agent$ unittest discover -v -p "test*.py"
 respectively (consult "-h" for help).
 



More information about the grass-commit mailing list