iro/tests/reload.py
author Sandro Knauß <knauss@netzguerilla.net>
Wed, 21 Mar 2012 17:36:05 +0100
branchdevel
changeset 237 eb3501d2cdc9
parent 231 3929338fd17f
child 294 0e75bd39767d
permissions -rw-r--r--
update setup.py file and moving some scripts to subdirs

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"