Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
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
OpenEdx
problem-builder
Commits
0c0ce8d3
Commit
0c0ce8d3
authored
Sep 11, 2014
by
dragonfi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move integration tests into their separate folder
parent
ff029120
Show whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
1 additions
and
0 deletions
+1
-0
test/__init__.py
+0
-0
test/integration/__init__.py
+0
-0
test/integration/test_answer.py
+0
-0
test/integration/test_mcq.py
+1
-0
test/integration/test_progression.py
+0
-0
test/integration/test_table.py
+0
-0
test/integration/xml/answer_blank_read_only.xml
+0
-0
test/integration/xml/answer_edit_1.xml
+0
-0
test/integration/xml/answer_edit_2.xml
+0
-0
test/integration/xml/mcq_1.xml
+0
-0
test/integration/xml/mcq_with_comments_1.xml
+0
-0
test/integration/xml/progression_1.xml
+0
-0
test/integration/xml/progression_2.xml
+0
-0
test/integration/xml/progression_3.xml
+0
-0
test/integration/xml/table_1.xml
+0
-0
test/integration/xml/table_2.xml
+0
-0
No files found.
test
s
/__init__.py
→
test/__init__.py
View file @
0c0ce8d3
File moved
test/integration/__init__.py
0 → 100644
View file @
0c0ce8d3
test
s
/test_answer.py
→
test
/integration
/test_answer.py
View file @
0c0ce8d3
File moved
test
s
/test_mcq.py
→
test
/integration
/test_mcq.py
View file @
0c0ce8d3
...
...
@@ -30,6 +30,7 @@ from mentoring.test_base import MentoringBaseTest
# Classes ###########################################################
class
MCQBlockTest
(
MentoringBaseTest
):
def
test_mcq_choices_rating
(
self
):
...
...
test
s
/test_progression.py
→
test
/integration
/test_progression.py
View file @
0c0ce8d3
File moved
test
s
/test_table.py
→
test
/integration
/test_table.py
View file @
0c0ce8d3
File moved
test
s
/xml/answer_blank_read_only.xml
→
test
/integration
/xml/answer_blank_read_only.xml
View file @
0c0ce8d3
File moved
test
s
/xml/answer_edit_1.xml
→
test
/integration
/xml/answer_edit_1.xml
View file @
0c0ce8d3
File moved
test
s
/xml/answer_edit_2.xml
→
test
/integration
/xml/answer_edit_2.xml
View file @
0c0ce8d3
File moved
test
s
/xml/mcq_1.xml
→
test
/integration
/xml/mcq_1.xml
View file @
0c0ce8d3
File moved
test
s
/xml/mcq_with_comments_1.xml
→
test
/integration
/xml/mcq_with_comments_1.xml
View file @
0c0ce8d3
File moved
test
s
/xml/progression_1.xml
→
test
/integration
/xml/progression_1.xml
View file @
0c0ce8d3
File moved
test
s
/xml/progression_2.xml
→
test
/integration
/xml/progression_2.xml
View file @
0c0ce8d3
File moved
test
s
/xml/progression_3.xml
→
test
/integration
/xml/progression_3.xml
View file @
0c0ce8d3
File moved
test
s
/xml/table_1.xml
→
test
/integration
/xml/table_1.xml
View file @
0c0ce8d3
File moved
test
s
/xml/table_2.xml
→
test
/integration
/xml/table_2.xml
View file @
0c0ce8d3
File moved
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