Merge "Remove config parsing call from test setup"

This commit is contained in:
Jenkins 2013-11-29 12:50:48 +00:00 committed by Gerrit Code Review
commit 88816f42ca

View File

@ -64,7 +64,6 @@ class TestCase(test.BaseTestCase):
"""Run before each test method to initialize test environment."""
super(TestCase, self).setUp()
self.useFixture(config.Config())
cfg.CONF([], project='climate')
self.context_mock = None
def patch(self, obj, attr):