예제 #1
0
 def tearDown(self):
     from example.model import Session
     os.environ.pop('CACHING_ENABLED', None)
     Session.remove()
예제 #2
0
 def tearDown(self):
     from example.model import Session
     Session.remove()
예제 #3
0
 def tearDown(self):
     from example.model import Session
     os.environ.pop('CACHING_ENABLED', None)
     Session.remove()
예제 #4
0
 def tearDown(self):
     from example.model import Session
     self.cache_client.client.delete('cache')
     Session.remove()
예제 #5
0
 def tearDown(self):
     from example.model import Session
     self.cache_client.client.delete('cache')
     Session.remove()