test:enable the disabled tests in test_capa_block.py - #32557
Conversation
|
Thanks for the pull request, @raju249! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
|
@openedx/cla-problems - I have signed CLA that I received in the email yesterday. |
|
@feanil - I have signed the CLA, awaiting on the team to sign it so that the check passes. Whom can I reach out for help? |
54cb955 to
8569695
Compare
|
Thanks @e0d I have fixed the commit messages and the CLA should be resolved soon! |
|
@e0d - CLA is complete. Can you please help me with a review? Thanks! |
|
Hmm. I am not sure why this still complains about CLA 🤔 |
Since in openedx#3872, we disabled masking, this PR enables the test with actual output from the choice. This seems to be better than removing them until masking is enabled.
80abc67 to
03d6ad2
Compare
|
@e0d - Can you re-run the pipeline, please? I had followed the standard while rebasing the other day. 🤔 Lets re-run and check. |
|
@e0d - The pipeline is 🟢. Can you please help with a review and merge this PR? |
|
@mphilbrick211 we're waiting on the author to respond on the related issue #31695 They'll need to rework this PR to match the changes requested there.
|
|
Hi @raju249! I'm going to close this PR for now. If you would like to pursue in the future, we can re-open. Thanks! |
|
@raju249 Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
1 similar comment
|
@raju249 Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
In #3872, masking is disabled, so instead of removing these tests, we can enable them but change the assertion to test actual answer responses. Also, the rescore function name was changed from
rescore_problemtorescore.Resolves #31695
Supporting information
PR where masking was disabled - #3872
Testing instructions
xmodule/tests/test_capa_block.pyshould pass as expected with all tests.Deadline
None
Other information
NA