-
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 ItemSelectionInputDoesNotContainAtLeastOneOfRuleClassifier #1897
Comments
hello @BenHenning I will like to take this up. can you please provide some useful resources as I might need help successfully completing this thank you. |
@JudeUk Thanks for showing interest in Oppia. Before we start assigning you issues checkout our wiki first. This will help you in setting up the project and once you sign the CLA and fill the survey form we can assign you issues to work on. |
hello @rt4914 I have gone through the set up already. |
I have already |
Great. I have assigned it to you. Thanks. |
@JudeUk are you working on this? |
yes I will make a draft Pr shortly |
unassigning @JudeUk as no update. |
I can work on this. |
Hi, @fsharpasharp just to confirm before start contributing, Did you completed with the Onboarding process? |
Yes, I have! :) |
It looks like you had signed the CLA, but haven't filled the Contributor Survey yet. Please fill the contributor survey from the onboarding instruction before starting with the contribution. |
I thought I did, but I've filled the survey for sure now. Let me know if it shows up. |
…RuleClassifierProvider (#2243) * Add tests for ItemSelectionInputDoesNotContainAtLeastOneOfRuleClassifierProvider. * Add additional tests and rename variables.
Since the
ItemSelectionInputDoesNotContainAtLeastOneOfRuleClassifier
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: