adding reload tests (not implemented) devel
authorSandro Knauß <knauss@netzguerilla.net>
Mon, 13 Feb 2012 15:38:50 +0100
branchdevel
changeset 144 1cc164bbb068
parent 143 0b265608b6ce
child 145 b58ce5bb96cc
adding reload tests (not implemented)
tests/reload.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reload.py	Mon Feb 13 15:38:50 2012 +0100
@@ -0,0 +1,14 @@
+from .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"
+