-
Notifications
You must be signed in to change notification settings - Fork 526
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
Thoroughly test ItemSelectionInputContainsAtLeastOneOfRuleClassifier #1896
Comments
Hi! Can I be assigned to this? I'm going to use the tips suggested by Ben here. |
@navneetsaluja are you actively working on this? |
@BenHenning yes I am! Unfortunately due to college exams I wasn'table to work on this during the weekdays, but I'll send a PR within the next 2 days. Sorry for the delay. |
@navneetsaluja Ben won't be available for sometime. In your PRs you can mention my username. Thanks. |
@rt4914 Sorry, I saw his mail after mentioning him in the comment (it was the same day) |
No issues. Thanks. |
…leClassifier (#2073) * Created a test for ItemSelectionInputContainsAtLeastOneOfRuleClassifierProvider * Fixed lint errors * Fixed lint errors(2) * Added tests for more than one element and an empty set test * Fixed lint error. * Added function from InteractionObjectTestBuilder * Moved function to the Builder class.
Since the ItemsSelectionInputContainsAtLeastOneOfRuleClassifier was copied from Oppia web, it didn't have corresponding tests added to verify correctness. These should be ported over from Oppia web as well to ensure that each classifier has working functionality.
Useful reference - https://github.com/oppia/oppia-android/tree/develop/domain/src/test/java/org/oppia/android/domain/classify/rules
The text was updated successfully, but these errors were encountered: