コード例 #1
0
 def test_can_persist(self):
     self.test_can_add_to_cache()
     try:
         persist_hits()
     except Exception:
         self.fail(
             "persist_hits raised Exception unexpectedly - unable to save hits from cache to DB!"
         )
コード例 #2
0
 def handle_noargs(self, **options):
     persist_hits()
コード例 #3
0
 def handle_noargs(self, **options):
     persist_hits()
コード例 #4
0
 def test_can_persist(self):
     self.test_can_add_to_cache()
     try:
         persist_hits()
     except Exception:
         self.fail("persist_hits raised Exception unexpectedly - unable to save hits from cache to DB!")