示例#1
0
 def test_get_conf_auth_redis(self):
     auth_config = auth.get_conf()
     redis_config = auth.get_conf(True)
     self.assertIsNotNone(auth_config)
     self.assertIsNotNone(redis_config)
     self.assertNotEqual(auth_config, redis_config)
示例#2
0
 def test_get_conf_auth_redis(self):
     auth_config = auth.get_conf()
     redis_config = auth.get_conf(True)
     self.assertIsNotNone(auth_config)
     self.assertIsNotNone(redis_config)
     self.assertNotEqual(auth_config, redis_config)
示例#3
0
 def test_get_conf_auth(self):
     config = auth.get_conf()
     self.assertIsNotNone(config)
示例#4
0
 def test_get_conf_auth(self):
     config = auth.get_conf()
     self.assertIsNotNone(config)