Open
Description
Github provides https://github.com/octokit/fixtures that are generated responses for the entire v3 API surface. For automated tests, we could run a https://github.com/octokit/fixtures-server to test against.
This would allow
- safe, repeatable tests without running against a real repository or requiring a network connection
- No worry about maintaining our own fixtures that might be out of date with the real github API