Skip to content

Update 'Requester' to include new_quizzes_url attribute (#684) #688

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

zeeawada
Copy link

Proposed Changes

  • Add a new_quizzes_url attribute to "Requester"
  • Change _get_next_page in paginated_list.py to use an empty string if new_quizzes_url is not defined which resolved the crash.
  • Included a test in test_assignment.py called test_get_submissions_without_new_quizzes_url in order to make sure my changes worked.

All tests passed and coverage remained at 100%.

Fixes #684

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

Successfully merging this pull request may close these issues.

AttributeError: 'Requester' object has no attribute 'new_quizzes_url'
1 participant