iro/tests/reload.py
branchdevel
changeset 231 3929338fd17f
parent 144 1cc164bbb068
child 294 0e75bd39767d
--- /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"
+