prepare for release:
* diffrent web directory with all web specific content (split doc dir -> doc (data) and web (rendered data))
* update installation
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"