<div dir="ltr"><div>FYI, Pulp Smash integrates closely with Pulp's current pagination behaviour:</div><div><ul><li>The <a href="http://pulp-smash.readthedocs.io/en/latest/api/pulp_smash.api.html#pulp_smash.api.page_handler">page_handler</a> response handler walks through pages of results and collects them into a single list. It's used extensively.<br></li><li>The <a href="http://pulp-smash.readthedocs.io/en/latest/api/pulp_smash.tests.pulp3.file.api_v3.test_pagination.html">pagination test case</a> "assumes that Pulp returns 100 elements in each page of
results. This is configurable, but the current default set by all known
Pulp installers."</li></ul>If pagination behaviour is changed, then this will break a significant number of tests. Also, introducing breaking changes into a fundamental aspect of Pulp's API during beta would be unfortunate.<br></div></div>