| branch | devel |
| changeset 144 | 1cc164bbb068 |
--- /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" +