<div dir="ltr"><div><div><br>On Fri, Sep 25, 2015 at 11:39 AM, <<a href="mailto:svn_grass@osgeo.org">svn_grass@osgeo.org</a>> wrote:<br>><br>> Author: neteler<br>> New Revision: 66334<br>><br>> Added:<br>>    grass-addons/grass7/temporal/t.rast.whatcsv/<a href="http://t.rast.whatcsv.py">t.rast.whatcsv.py</a><br>><br>> Log:<br>> t.rast.whatcsv Addon: new prototype module by Soeren Gebbert<br>><br>> +from grass.gunittest.gmodules import SimpleModule<br>><br>> +<br>> +    r_what = SimpleModule("r.what", map="dummy",<br>> +                                    output="-",<br>> +                                    separator=separator,<br>> +                                    quiet=True)<br>> +<br><br></div><div>Soeren and Markus,<br></div><div><br></div>What is the reason for using SimpleModule from gunittest? In gunittest it is used to preset defaults which are needed everywhere in the gunittest. If it is advantageous perhaps we should move it to the same place where pygrass's Module currently* is. In this case, we need to rethink the defaults and naming.<br><br></div><div>Vaclav<br></div><div><br></div>* I'm saying currently because it seems that we might move it somewhere else.<br></div>