[GRASS-SVN] r73587 - grass/trunk/lib/python/gunittest
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 21 11:04:26 PDT 2018
Author: huhabla
Date: 2018-10-21 11:04:26 -0700 (Sun, 21 Oct 2018)
New Revision: 73587
Modified:
grass/trunk/lib/python/gunittest/gmodules.py
Log:
pygrass library: Fixed doctests in _gunittest/gmodules
Modified: grass/trunk/lib/python/gunittest/gmodules.py
===================================================================
--- grass/trunk/lib/python/gunittest/gmodules.py 2018-10-21 18:03:54 UTC (rev 73586)
+++ grass/trunk/lib/python/gunittest/gmodules.py 2018-10-21 18:04:26 UTC (rev 73587)
@@ -39,7 +39,7 @@
>>> str(colors.outputs.stdout)
''
>>> colors.outputs.stderr.strip()
- "Color table for raster map <test_a> set to 'rules'"
+ u"Color table for raster map <test_a> set to 'rules'"
"""
def __init__(self, cmd, *args, **kargs):
for banned in ['stdout_', 'stderr_', 'finish_', 'run_']:
More information about the grass-commit
mailing list