-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12588] Test coverage improvements for InstructorResponsesViewBase #13087
[#12588] Test coverage improvements for InstructorResponsesViewBase #13087
Conversation
Hi @justinsegawa, thank you for your interest in contributing to TEAMMATES!
Please address the above before we proceed to review your PR. |
hi @justinsegawa, thank you for your PR, do ensure that the frontend tests pass before we proceed to review it, it appears that it's currently failing (see component tests, line 183 of per-question-view-responses.component.spec.ts is causing a failure) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the PR
Folks, This PR seems to be stalling (no activities for the past 8 days). 🐌 😢 |
Part of #12588
I created new units tests for all lines not covered in InstructorResponsesViewBase. Since this is an abstract class I wrote tests in the file per-question-view-responses.component.spec.ts, since PerQuestionViewResponsesComponent extends InstructorResponsesViewBase.