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
bb69e9fa
Commit
bb69e9fa
authored
Mar 06, 2013
by
Vasyl Nakvasiuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dnd tests
parent
f71c43f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/lib/capa/capa/verifiers/tests_draganddrop.py
+3
-3
No files found.
common/lib/capa/capa/verifiers/tests_draganddrop.py
View file @
bb69e9fa
...
...
@@ -280,13 +280,13 @@ class Test_DragAndDrop_Grade(unittest.TestCase):
self
.
assertTrue
(
draganddrop
.
grade
(
user_input
,
correct_answer
))
def
test_expect_no_actions_wrong
(
self
):
user_input
=
'
{"draggables":
[{"1": "t1"},
\
{"name_with_icon": "t2"}]
}
'
user_input
=
'[{"1": "t1"},
\
{"name_with_icon": "t2"}]'
correct_answer
=
[]
self
.
assertFalse
(
draganddrop
.
grade
(
user_input
,
correct_answer
))
def
test_expect_no_actions_right
(
self
):
user_input
=
'
{"draggables": []}
'
user_input
=
'
[]
'
correct_answer
=
[]
self
.
assertTrue
(
draganddrop
.
grade
(
user_input
,
correct_answer
))
...
...
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