コード例 #1
0
ファイル: test_auth.py プロジェクト: BenjamenMeyer/eom
 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
ファイル: test_auth.py プロジェクト: BenjamenMeyer/eom
 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)