示例#1
0
 def test_find(self, mock_client):
     Report.find('123')
     mock_client.get.assert_called_once_with('reports/123')
示例#2
0
 def test_find(self, mock_client):
     Report.find('123')
     mock_client.get.assert_called_once_with('reports/123')