Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination handling has no test coverage #3

Closed
billglover opened this issue Jun 6, 2016 · 0 comments
Closed

Pagination handling has no test coverage #3

billglover opened this issue Jun 6, 2016 · 0 comments
Labels

Comments

@billglover
Copy link
Owner

Current test coverage does not test whether the following queries return the correct response in all cases

GET http://localhost:8080/locations?page=0&per_page=2
GET http://localhost:8080/locations?per_page=2
GET http://localhost:8080/locations?page=2

Tests should be written to cover pagination query parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant