-
Notifications
You must be signed in to change notification settings - Fork 551
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
Shift NumericInput Rules test to separate sub-package #1882
Comments
Hello @rt4914, I would like to work on this issue if possible. |
@BenHenning I have assigned this PR to @soamOne on request. |
Thanks @rt4914 . |
This isn't fully fixed, see: #1909 (comment) and #1909 (comment). |
Also, it was moved to the incorrect place: we are using org/oppia/android/domain not org/oppia/domain. |
Remaining things that should be done per my quick review of the PR:
|
@BenHenning Just checked this on latest develop too and confirmed that it was done incorrectly. I have doubt in point 3.
|
@rt4914 we don't run or build Bazel tests in CI currently. Strictly speaking, #3 isn't a hard requirement. I actually only noticed these issues because I was building the Bazel tests locally and it took me a bit to figure out why they weren't building. :) We should fix the Bazel file now that we know it's not setup correctly anymore, and try to keep them up-to-date when we remember. I'm working on adding the builds to CI, but it's running into some performance hiccups: #1904. Does this help clarify? |
Makes sense. My only concern was about missing changes in bazel file. Thanks for clarification. |
… package is updated to match the directory structure. (#1919) * fixed the numericinput tests folder * updated the package of numeric input tests in BUILD.bazel * fixed imports in numeric input tests * Revert "fixed imports in numeric input tests" This reverts commit 5b4a0c9. * fixed ktlint errors * fixed indentation * fixed indentation * Revert "fixed indentation" This reverts commit 37a57fd. * fixed indentation
NumericInputEqualsRuleClassifierProviderTest.kt
NumericInputIsLessThanRuleClassifierProviderTest.kt
NumericInputIsLessThanOrEqualToRuleClassifierProviderTest.kt
NumericInputIsInclusivelyBetweenRuleClassifierProviderTest.kt
NumericInputIsGreaterThanRuleClassifierProviderTest.kt
NumericInputIsGreaterThanOrEqualToRuleClassifierProviderTest.kt
Shift all these to separate package named
numberinput
in https://github.com/oppia/oppia-android/tree/develop/domain/src/test/java/org/oppia/android/domain/classify/rulesThe text was updated successfully, but these errors were encountered: