[GRASS-SVN] r54675 - grass-addons/grass7/raster/r.agent/tests

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 16 08:25:15 PST 2013


Author: mic
Date: 2013-01-16 08:25:14 -0800 (Wed, 16 Jan 2013)
New Revision: 54675

Modified:
   grass-addons/grass7/raster/r.agent/tests/test_playground.py
Log:
cleanup tests

Modified: grass-addons/grass7/raster/r.agent/tests/test_playground.py
===================================================================
--- grass-addons/grass7/raster/r.agent/tests/test_playground.py	2013-01-16 16:18:09 UTC (rev 54674)
+++ grass-addons/grass7/raster/r.agent/tests/test_playground.py	2013-01-16 16:25:14 UTC (rev 54675)
@@ -29,6 +29,7 @@
         self.assertIs(self.pg.layers[key], layer)
 
     def test_createlayer(self):
+        #TODO from file, better test manually?
         self.pg.createlayer("foo")
         self.assertTrue(self.pg.layers.has_key("foo"))
         #TODO rows / cols
@@ -44,6 +45,7 @@
         self.assertFalse(self.pg.layers.has_key("foo"))
 
     def test_writelayer(self):
+        #TODO better test manually?
         pass
 
 #    def tearDown(self):



More information about the grass-commit mailing list