[GRASS-SVN] r56297 - grass-addons/grass7/raster/r.agent/tests
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 18 05:55:35 PDT 2013
Author: mic
Date: 2013-05-18 05:55:35 -0700 (Sat, 18 May 2013)
New Revision: 56297
Modified:
grass-addons/grass7/raster/r.agent/tests/test_anthill.py
grass-addons/grass7/raster/r.agent/tests/test_world.py
Log:
write comments
Modified: grass-addons/grass7/raster/r.agent/tests/test_anthill.py
===================================================================
--- grass-addons/grass7/raster/r.agent/tests/test_anthill.py 2013-05-18 12:55:06 UTC (rev 56296)
+++ grass-addons/grass7/raster/r.agent/tests/test_anthill.py 2013-05-18 12:55:35 UTC (rev 56297)
@@ -46,9 +46,11 @@
pass
def test_letantsdance(self):
+ # TODO: as sort of the mainloop, just let it run a few times?
pass
def volatilize(self):
+ # gets tested in Playground, except for setting the values..
pass
# def tearDown(self):
Modified: grass-addons/grass7/raster/r.agent/tests/test_world.py
===================================================================
--- grass-addons/grass7/raster/r.agent/tests/test_world.py 2013-05-18 12:55:06 UTC (rev 56296)
+++ grass-addons/grass7/raster/r.agent/tests/test_world.py 2013-05-18 12:55:35 UTC (rev 56297)
@@ -45,7 +45,7 @@
self.assertEqual(agent.position, position)
def test_getneighbourpositions(self):
- # gets tested in Playground (except for freedom..). TODO?
+ # gets tested in Playground (except for freedom..).
pass
def test_kill(self):
More information about the grass-commit
mailing list