コード例 #1
0
ファイル: test_service.py プロジェクト: doyou89/client-Python
 def test_get_messages(self):
     """Test for the get_messages function."""
     data = {'responses': [{'errorCode': 422, 'message': 'error'}]}
     assert _get_messages(data) == ['422: error']
コード例 #2
0
 def test_get_messages(self):
     """Test for the get_messages function."""
     data = {"responses": [{"errorCode": 422, "message": "error"}]}
     assert _get_messages(data) == ['422: error']