tests/config.py
author Sandro Knauß <knauss@netzguerilla.net>
Mon, 13 Feb 2012 22:16:26 +0100
branchdevel
changeset 155 ff1edf7c1329
parent 146 8cae6cfc1de4
child 179 af65fcbd59d5
permissions -rw-r--r--
dbdefer now can be used for functions with no other argument than session

from .dbtestcase import DBTestCase

class TestConfig(DBTestCase):
    '''test config class'''
    pass