예제 #1
0
 def test_warmup(self):
     """Ensure api.warmup() fetches AuthDB into process-global cache."""
     self.assertFalse(api._auth_db)
     api.warmup()
     self.assertTrue(api._auth_db)
예제 #2
0
파일: api_test.py 프로젝트: maruel/luci-py
 def test_warmup(self):
     """Ensure api.warmup() fetches AuthDB into process-global cache."""
     self.assertFalse(api._auth_db)
     api.warmup()
     self.assertTrue(api._auth_db)