adding allowString and allowList to vEmail to make sure, if a list is allowd or a string.
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"