コード例 #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
ファイル: test_cache.py プロジェクト: hadrien/pyramid_caching
 def tearDown(self):
     from example.model import Session
     self.cache_client.client.delete('cache')
     Session.remove()