server/test/unittest_hook.py
branchstable
changeset 6781 5062d86d6ffe
parent 6340 470d8e828fda
child 6796 e70ca9abfc51
equal deleted inserted replaced
6780:92e4c07f86c0 6781:5062d86d6ffe
    77 
    77 
    78 config = TestServerConfiguration('data')
    78 config = TestServerConfiguration('data')
    79 config.bootstrap_cubes()
    79 config.bootstrap_cubes()
    80 schema = config.load_schema()
    80 schema = config.load_schema()
    81 
    81 
    82 def teardown_module(*args):
    82 def tearDownModule(*args):
    83     global config, schema
    83     global config, schema
    84     del config, schema
    84     del config, schema
    85 
    85 
    86 class AddAnyHook(hook.Hook):
    86 class AddAnyHook(hook.Hook):
    87     __regid__ = 'addany'
    87     __regid__ = 'addany'