-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Milestone
Description
Problem
We need to add unit tests for the GitHub.API pagination that actually test that it paginates.
- Probably need to be able to specify
per_pageandstatusin theoptions - Probably mock the returned headers
- Probably needs to be multiple fixtures for each page of the response
- Must test at least 3 pages to be able to get the full testing benefit here
- Should use the
baxterthehacker/public-repostub repository for response fixtures
Blocked by #1131