diff -r 448dd8d36839 -r 3929338fd17f iro/tests/reload.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iro/tests/reload.py Sun Mar 18 14:06:27 2012 +0100 @@ -0,0 +1,14 @@ +from ..test_helpers.dbtestcase import DBTestCase + + +class TestReload(DBTestCase): + '''tests for reloading feature''' + + def testLog(self): + pass + testLog.todo = "reloading logfile is not implemented" + + def testOffers(self): + pass + testOffers.todo = "reloading offers test not implemented" +