Merge "Destroy fixture database after each gabbi TestSuite"

This commit is contained in:
Jenkins 2015-02-20 19:23:18 +00:00 committed by Gerrit Code Review
commit b2871217fe

View File

@ -74,7 +74,8 @@ class ConfigFixture(fixture.GabbiFixture):
conf.set_override('pecan_debug', True, group='api')
def stop_fixture(self):
"""Clean up the config."""
"""Reset the config and remove data."""
storage.get_connection_from_config(self.conf).clear()
self.conf.reset()