pynamodb / PynamoDB

A pythonic interface to Amazon's DynamoDB
http://pynamodb.readthedocs.io
MIT License
2.44k stars 427 forks source link

Add tests for `PageIterator` in `test_pagination.py` #1256

Open vchrombie opened 3 weeks ago

vchrombie commented 3 weeks ago

These tests improve coverage and ensure proper behavior of PageIterator with rate limiting and page size adjustments.

This is an attempt to increase the coverage.