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
b4806456
Commit
b4806456
authored
Dec 24, 2015
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating test case code to handle feedback XBlock
parent
fe2e4a74
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
openedx/tests/xblock_integration/test_done.py
+8
-2
openedx/tests/xblock_integration/xblock_testcase.py
+0
-0
No files found.
openedx/tests/xblock_integration/test_done.py
View file @
b4806456
...
...
@@ -26,13 +26,19 @@ class TestDone(XBlockTestCase):
# normal workbench scenarios
test_configuration
=
[
{
"urlname"
:
"two_done_block_test_case"
,
"urlname"
:
"two_done_block_test_case
_0
"
,
#"olx": self.olx_scenarios[0],
"xblocks"
:
[
# Stopgap until we handle OLX
{
'blocktype'
:
'done'
,
'urlname'
:
'done_0'
},
}
]
},
{
"urlname"
:
"two_done_block_test_case_1"
,
#"olx": self.olx_scenarios[0],
"xblocks"
:
[
# Stopgap until we handle OLX
{
'blocktype'
:
'done'
,
'urlname'
:
'done_1'
...
...
openedx/tests/xblock_integration/xblock_testcase.py
View file @
b4806456
This diff is collapsed.
Click to expand it.
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