tests/reload.py
author Sandro Knauß <knauss@netzguerilla.net>
Mon, 27 Feb 2012 22:26:10 +0100
branchdevel
changeset 194 0dad11389eec
parent 144 1cc164bbb068
permissions -rw-r--r--
Refactoring tests.validate now use twisted.trial.unittests This allows to test the validate decorator.

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"