gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

update unit tests for paginated methods and determine what bad paginated methods are

Open ohmayr opened this issue 1 year ago • 0 comments

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.

ohmayr avatar Sep 25 '24 15:09 ohmayr