tests/reload.py
author Sandro Knauß <knauss@netzguerilla.net>
Thu, 23 Feb 2012 16:53:32 +0100
branchdevel
changeset 181 8a5be61f34c5
parent 144 1cc164bbb068
permissions -rw-r--r--
email validator can now handle strings and lists

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"