Merge pull request #17259 from edx/ri/edx-proctoring-version-1.3.5

update edx-proctoring version
This commit is contained in:
Rabia Iftikhar
2018-01-20 02:01:29 +05:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ from django.test.client import RequestFactory
from django.test.utils import override_settings
from edx_proctoring.api import create_exam, create_exam_attempt, update_attempt_status
from edx_proctoring.runtime import set_runtime_service
from edx_proctoring.tests.test_services import MockCreditService, MockGradesService
from edx_proctoring.tests.test_services import MockCreditService, MockGradesService, MockCertificateService
from freezegun import freeze_time
from milestones.tests.utils import MilestonesTestCaseMixin
from mock import MagicMock, Mock, patch
@@ -1170,6 +1170,11 @@ class TestProctoringRendering(SharedModuleStoreTestCase):
MockGradesService()
)
set_runtime_service(
'certificates',
MockCertificateService()
)
exam_id = create_exam(
course_id=unicode(self.course_key),
content_id=unicode(sequence.location),

View File

@@ -96,7 +96,7 @@ git+https://github.com/edx/xblock-utils.git@v1.0.5#egg=xblock-utils==1.0.5
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
git+https://github.com/edx/edx-user-state-client.git@1.0.2#egg=edx-user-state-client==1.0.2
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.4#egg=edx-proctoring==1.3.4
git+https://github.com/edx/edx-proctoring.git@1.3.5#egg=edx-proctoring==1.3.5
# 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.4
git+https://github.com/edx/edx-analytics-data-api-client.git@0.13.0#egg=edx-analytics-data-api-client==0.13.0