[GRASS-SVN] r65449 - grass/trunk/lib/python/gunittest

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 12 12:51:52 PDT 2015


Author: wenzeslaus
Date: 2015-06-12 12:51:52 -0700 (Fri, 12 Jun 2015)
New Revision: 65449

Modified:
   grass/trunk/lib/python/gunittest/gmodules.py
Log:
gunittest: ellipsis in this contex has meaning for interpreter, using the actual keys (missed in r65435, originates in r65224)

Modified: grass/trunk/lib/python/gunittest/gmodules.py
===================================================================
--- grass/trunk/lib/python/gunittest/gmodules.py	2015-06-12 19:42:30 UTC (rev 65448)
+++ grass/trunk/lib/python/gunittest/gmodules.py	2015-06-12 19:51:52 UTC (rev 65449)
@@ -60,7 +60,8 @@
     r"""Run module with parameters given in `kwargs` and return its output.
 
     >>> print call_module('g.region', flags='pg')  # doctest: +ELLIPSIS
-    ...
+    projection=...
+    zone=...
     n=...
     s=...
     w=...



More information about the grass-commit mailing list