gapic-generator-python
gapic-generator-python copied to clipboard
update unit tests for paginated methods and determine what bad paginated methods are
We have the following assert statement in our unit tests for paginated methods:
assert response.raw_page is response
This statement is added particularly to add code coverage for bad paginated methods. Investigate, what these bad paginated methods are, and determine if there's a better way to test / add coverage for these methods.