Example #1
0
def after_scenario(context, step):
    Base.metadata.drop_all()
    DBSession.remove()

    from augias.utils import cache

    del cache.backend
Example #2
0
 def tearDown(self):
     DBSession.remove()
     testing.tearDown()