Example #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)
Example #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)
Example #3
0
 def test_get_conf_auth(self):
     config = auth.get_conf()
     self.assertIsNotNone(config)
Example #4
0
 def test_get_conf_auth(self):
     config = auth.get_conf()
     self.assertIsNotNone(config)