瀏覽代碼

gunittest: ellipsis in this contex has meaning for interpreter, using the actual keys (missed in https://trac.osgeo.org/grass/changeset/65435, originates in https://trac.osgeo.org/grass/changeset/65224)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65449 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 10 年之前
父節點
當前提交
bb8bb061a4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/python/gunittest/gmodules.py

+ 2 - 1
lib/python/gunittest/gmodules.py

@@ -60,7 +60,8 @@ def call_module(module, stdin=None,
     r"""Run module with parameters given in `kwargs` and return its output.
     r"""Run module with parameters given in `kwargs` and return its output.
 
 
     >>> print call_module('g.region', flags='pg')  # doctest: +ELLIPSIS
     >>> print call_module('g.region', flags='pg')  # doctest: +ELLIPSIS
-    ...
+    projection=...
+    zone=...
     n=...
     n=...
     s=...
     s=...
     w=...
     w=...