def after_scenario(context, step): Base.metadata.drop_all() DBSession.remove() from augias.utils import cache del cache.backend
def tearDown(self): DBSession.remove() testing.tearDown()