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
20b6aa94
Commit
20b6aa94
authored
Jun 03, 2015
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #706 from edx/benp/fix-integration2
Update course with latex enabled.
parents
a4ce7bb0
380a720a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
scripts/data/test-course.tar.gz
+0
-0
scripts/install-test-course.sh
+5
-4
test/acceptance/tests.py
+1
-1
No files found.
scripts/data/test-course.tar.gz
View file @
20b6aa94
No preview for this file type
scripts/install-test-course.sh
View file @
20b6aa94
...
...
@@ -17,11 +17,12 @@
cd
`
dirname
$BASH_SOURCE
`
&&
cd
..
EDX_PLATFORM
=
'/edx/app/edxapp/edx-platform'
COURSE_DATA
=
'/edx/var/edxapp/data'
COURSE_TARBALL
=
"scripts/data/test-course.tar.gz"
COURSE_ORG
=
"ora2"
COURSE_NUM
=
1
COURSE_RUN
=
1
COURSE_ORG
=
"edX"
COURSE_NUM
=
"ORA203"
COURSE_RUN
=
"course"
COURSE_DATA
=
"/edx/var/edxapp/data/
$COURSE_NUM
"
mkdir
-p
$COURSE_DATA
COURSE_ID
=
"
$COURSE_ORG
/
$COURSE_NUM
/
$COURSE_RUN
"
echo
"Removing old test course..."
...
...
test/acceptance/tests.py
View file @
20b6aa94
...
...
@@ -46,7 +46,7 @@ class OpenAssessmentTest(WebAppTest):
"""
UI-level acceptance tests for Open Assessment.
"""
TEST_COURSE_ID
=
"course-v1:edx+ORA203+
2015_T3
"
TEST_COURSE_ID
=
"course-v1:edx+ORA203+
course
"
PROBLEM_LOCATIONS
=
{
'self_only'
:
...
...
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