Merge pull request #16846 from edx/ddumesnil/xblock
Updating xblock-review version to include commit for being more defen…
This commit is contained in:
@@ -363,12 +363,13 @@ class TestReviewFunctions(TestReviewXBlock):
|
||||
'section': review_section_actual.location.name,
|
||||
}
|
||||
))
|
||||
print response
|
||||
|
||||
expected_header_text = 'Review Problems'
|
||||
# The problems are defaulted to correct upon load
|
||||
# This happens because the problems "raw_possible" field is 0 and the
|
||||
# "raw_earned" field is also 0.
|
||||
expected_correctness_text = 'correct'
|
||||
expected_correctness_text = ' correct '
|
||||
expected_problems = ['Review Problem 1', 'Review Problem 2', 'Review Problem 3',
|
||||
'Review Problem 4', 'Review Problem 5', 'Review Problem 6']
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ git+https://github.com/edx/edx-user-state-client.git@1.0.2#egg=edx-user-state-cl
|
||||
git+https://github.com/edx/xblock-lti-consumer.git@v1.1.6#egg=lti_consumer-xblock==1.1.6
|
||||
git+https://github.com/edx/edx-proctoring.git@1.3.1#egg=edx-proctoring==1.3.1
|
||||
# This is here because all of the other XBlocks are located here. However, it is published to PyPI and will be installed that way
|
||||
xblock-review==1.1.1
|
||||
xblock-review==1.1.2
|
||||
|
||||
|
||||
# Third Party XBlocks
|
||||
|
||||
Reference in New Issue
Block a user