Ensure Problem Block tests run on built-in block and integration tests cover both Problem Blocks#37136
Merged
irtazaakram merged 2 commits intomasterfrom Mar 17, 2026
Merged
Ensure Problem Block tests run on built-in block and integration tests cover both Problem Blocks#37136irtazaakram merged 2 commits intomasterfrom
irtazaakram merged 2 commits intomasterfrom
Conversation
This was referenced Aug 7, 2025
b27565c to
bbc29bc
Compare
8e1648c to
c98f428
Compare
c98f428 to
a4579bc
Compare
95bca31 to
eeee4c6
Compare
8bf3ed8 to
6cbcc8d
Compare
96239cd to
8d1ae83
Compare
fd5d5a6 to
90d5d48
Compare
8d1ae83 to
0581e49
Compare
90d5d48 to
2f73347
Compare
0581e49 to
0b486da
Compare
04bfb07 to
18533de
Compare
736de78 to
57ff387
Compare
c1c0a13 to
64d2479
Compare
64d2479 to
90ed9e6
Compare
57ff387 to
6de2e6c
Compare
67f0c7d to
a31353a
Compare
6de2e6c to
25c6edb
Compare
Contributor
farhan
approved these changes
Mar 17, 2026
Contributor
farhan
left a comment
There was a problem hiding this comment.
Add link of the moved test cases.
Rest all seems good
taimoor-ahmed-1
pushed a commit
to edly-io/edx-platform
that referenced
this pull request
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
xmodule/tests/test_capa_block.pyalways runs against the built-in problem block, since these tests were moved toxblocks_contrib/problem/tests/test_capa_block.py.lms/djangoapps/grades/tests/integration/test_problems.pyto run against both the built-in and extracted problem blocks, regardless of the global flag value.