[GRASS-SVN] r61108 - sandbox/wenzeslaus/gunittest
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 1 15:01:59 PDT 2014
Author: wenzeslaus
Date: 2014-07-01 15:01:59 -0700 (Tue, 01 Jul 2014)
New Revision: 61108
Modified:
sandbox/wenzeslaus/gunittest/main.py
Log:
gunittest: remove overridden method, original is enough when passing loader instance
Modified: sandbox/wenzeslaus/gunittest/main.py
===================================================================
--- sandbox/wenzeslaus/gunittest/main.py 2014-07-01 21:56:06 UTC (rev 61107)
+++ sandbox/wenzeslaus/gunittest/main.py 2014-07-01 22:01:59 UTC (rev 61108)
@@ -20,7 +20,7 @@
"""
self.test = None
self.grass_location = grass_location
- # it is unclear what the exact behavior is unittest
+ # it is unclear what the exact behavior is in unittest
# buffer stdout and stderr during tests
buffer_stdout_stderr = False
More information about the grass-commit
mailing list