Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
78f8fc39
Commit
78f8fc39
authored
Sep 28, 2015
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9922 from edx/cdodge/proctoring-2015-10-01
bump version of edx-proctoring to 0.9.11
parents
fd7fe3d0
3b650133
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lms/djangoapps/courseware/tests/test_module_render.py
+3
-3
requirements/edx/github.txt
+1
-1
No files found.
lms/djangoapps/courseware/tests/test_module_render.py
View file @
78f8fc39
...
...
@@ -729,7 +729,7 @@ class TestProctoringRendering(ModuleStoreTestCase):
{
'status'
:
'eligible'
,
'short_description'
:
'Ungraded Practice Exam'
,
'suggested_icon'
:
'fa-
lock
'
,
'suggested_icon'
:
'fa-
pencil-square-o
'
,
'in_completed_state'
:
False
}
),
...
...
@@ -762,7 +762,7 @@ class TestProctoringRendering(ModuleStoreTestCase):
{
'status'
:
'eligible'
,
'short_description'
:
'Proctored Option Available'
,
'suggested_icon'
:
'fa-
lock
'
,
'suggested_icon'
:
'fa-
pencil-square-o
'
,
'in_completed_state'
:
False
}
),
...
...
@@ -773,7 +773,7 @@ class TestProctoringRendering(ModuleStoreTestCase):
{
'status'
:
'declined'
,
'short_description'
:
'Taking As Open Exam'
,
'suggested_icon'
:
'fa-
unlock
'
,
'suggested_icon'
:
'fa-
pencil-square-o
'
,
'in_completed_state'
:
False
}
),
...
...
requirements/edx/github.txt
View file @
78f8fc39
...
...
@@ -58,7 +58,7 @@ git+https://github.com/edx/ecommerce-api-client.git@1.1.0#egg=ecommerce-api-clie
-e git+https://github.com/edx/edx-user-state-client.git@30c0ad4b9f57f8d48d6943eb585ec8a9205f4469#egg=edx-user-state-client
git+https://github.com/edx/edx-organizations.git@release-2015-09-22#egg=edx-organizations==0.1.6
git+https://github.com/edx/edx-proctoring.git@0.9.
6e#egg=edx-proctoring==0.9.6e
git+https://github.com/edx/edx-proctoring.git@0.9.
11#egg=edx-proctoring==0.9.11
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment