-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pass the unittest without any error #145
Labels
test
About testing
Comments
If it is a temporal fix, please do not close this issue until we resolve this completely. |
@kangz12345 Could you check this branch? First, I fixed only |
I think instead of assigning the constants namespace like explorer.ExplorerApp._constants = CONSTANTS mocking it in patcher = mock.patch("explorer.ExplorerApp._constants", CONSTANTS) |
Okay! Then, I will apply your suggestion. |
BECATRUE
added a commit
that referenced
this issue
Sep 15, 2023
BECATRUE
added a commit
that referenced
this issue
Sep 15, 2023
BECATRUE
added a commit
that referenced
this issue
Sep 15, 2023
BECATRUE
added a commit
that referenced
this issue
Sep 16, 2023
I added a patcher to mock the `_constants` of each app. This is related to #145.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature you want to implement
After updating QIWIS version, it causes too many unittest error due to global constants.
Thus, I will resolve this temporarily, not completely. (Just make the unittest passed)
The text was updated successfully, but these errors were encountered: