equal
deleted
inserted
replaced
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' |