Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
de8a0a9d
Commit
de8a0a9d
authored
Nov 23, 2015
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #793 from edx/efischer/remove_test
Remove part of api test
parents
301ca5c3
5d22bb41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
openassessment/workflow/test/test_api.py
+0
-10
No files found.
openassessment/workflow/test/test_api.py
View file @
de8a0a9d
...
@@ -361,16 +361,6 @@ class TestAssessmentWorkflowApi(CacheResetTest):
...
@@ -361,16 +361,6 @@ class TestAssessmentWorkflowApi(CacheResetTest):
with
self
.
assertRaises
(
AssessmentWorkflowInternalError
):
with
self
.
assertRaises
(
AssessmentWorkflowInternalError
):
workflow_api
.
create_workflow
(
submission
[
'uuid'
],
[
'self'
],
ON_INIT_PARAMS
)
workflow_api
.
create_workflow
(
submission
[
'uuid'
],
[
'self'
],
ON_INIT_PARAMS
)
AssessmentWorkflow
.
objects
.
create
(
submission_uuid
=
submission
[
'uuid'
],
status
=
AssessmentWorkflow
.
STATUS
.
waiting
,
course_id
=
ITEM_1
[
'course_id'
],
item_id
=
ITEM_1
[
'item_id'
]
)
with
self
.
assertRaises
(
AssessmentApiLoadError
):
workflow_api
.
update_from_assessments
(
submission
[
'uuid'
],
{})
def
test_cancel_the_assessment_workflow
(
self
):
def
test_cancel_the_assessment_workflow
(
self
):
# Create the submission and assessment workflow.
# Create the submission and assessment workflow.
submission
=
sub_api
.
create_submission
(
ITEM_1
,
ANSWER_1
)
submission
=
sub_api
.
create_submission
(
ITEM_1
,
ANSWER_1
)
...
...
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