iro/tests/reload.py
branchdevel
changeset 231 3929338fd17f
parent 144 1cc164bbb068
child 294 0e75bd39767d
equal deleted inserted replaced
230:448dd8d36839 231:3929338fd17f
       
     1 from ..test_helpers.dbtestcase import DBTestCase
       
     2 
       
     3 
       
     4 class TestReload(DBTestCase):
       
     5     '''tests for reloading feature'''
       
     6 
       
     7     def testLog(self):
       
     8         pass
       
     9     testLog.todo = "reloading logfile is not implemented"
       
    10 
       
    11     def testOffers(self):
       
    12         pass
       
    13     testOffers.todo = "reloading offers test not implemented"
       
    14