def test_api_call(self, mock_get_info): ng.get_data('v-sweep') # mock_get_info.assert_called_once_with(create_string_buffer(b'v-sweep')) assert mock_get_info.called ng.reset()