コード例 #1
0
 def setUp(self):
     # django.test.TestCase flushes the database so we have to clear the redis side as well to be consistent.
     redis.flushdb()
     cache.flush_all()
     CachedCall.inprocess_cache.flush()
     django.test.TestCase.setUp(self)
     self.restore_facebook = self.mock_facebook()
     self.after_setUp()
コード例 #2
0
ファイル: tests_helpers.py プロジェクト: eiritana/canvas
 def setUp(self):
     # django.test.TestCase flushes the database so we have to clear the redis side as well to be consistent.
     redis.flushdb()
     cache.flush_all()
     CachedCall.inprocess_cache.flush()
     django.test.TestCase.setUp(self)
     self.restore_facebook = self.mock_facebook()
     self.after_setUp()
コード例 #3
0
 def after_setUp(self):
     CachedCall.inprocess_cache = NoCache()
     cache.flush_all()
コード例 #4
0
 def after_setUp(self):
     cache.flush_all()
     CachedCall.inprocess_cache = InProcessCache()
コード例 #5
0
 def after_setUp(self):
     cache.flush_all()
コード例 #6
0
 def after_setUp(self):
     CachedCall.inprocess_cache = NoCache()
     cache.flush_all()
コード例 #7
0
 def after_setUp(self):
     cache.flush_all()
     CachedCall.inprocess_cache = InProcessCache()
コード例 #8
0
 def after_setUp(self):
     cache.flush_all()