tests/reload.py
branchdevel
changeset 144 1cc164bbb068
equal deleted inserted replaced
143:0b265608b6ce 144:1cc164bbb068
       
     1 from .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