Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
0eff969e
Commit
0eff969e
authored
Dec 11, 2017
by
Jesse Zoldak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP troubleshooting
parent
893aadf1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
44 deletions
+3
-44
playbooks/roles/test_build_server/files/test-development-environment.sh
+3
-44
No files found.
playbooks/roles/test_build_server/files/test-development-environment.sh
View file @
0eff969e
...
...
@@ -20,47 +20,6 @@ cd edx-platform-clone
# tests because TEST_SUITE isn't defined.
source
scripts/jenkins-common.sh
case
"
$1
"
in
"unit"
)
# Now we can run a subset of the tests via paver.
# Run some of the common/lib unit tests
paver test_lib
-t
common/lib/xmodule/xmodule/tests/test_stringify.py
# Generate some coverage reports
paver coverage
# Run some of the djangoapp unit tests
paver test_system
-t
lms/djangoapps/courseware/tests/tests.py
paver test_system
-t
cms/djangoapps/course_creators/tests/test_views.py
;;
"js"
)
# Run some of the javascript unit tests
paver test_js_run
-s
lms-coffee
;;
"bokchoy"
)
# Run some of the bok-choy tests
paver test_bokchoy
-t
discussion/test_discussion.py::DiscussionTabSingleThreadTest
paver test_bokchoy
-t
studio/test_studio_outline.py::WarningMessagesTest::test_unreleased_published_locked
--fasttest
paver test_bokchoy
-t
lms/test_lms_matlab_problem.py::MatlabProblemTest
--fasttest
;;
"lettuce"
)
# Run some of the lettuce acceptance tests
paver test_acceptance
-s
lms
--extra_args
=
"lms/djangoapps/courseware/features/problems.feature -s 1"
paver test_acceptance
-s
cms
--extra_args
=
"cms/djangoapps/contentstore/features/html-editor.feature -s 1"
--fasttest
;;
"quality"
)
# Generate quality reports
paver run_quality
;;
*
)
echo
"args required"
exit
1
esac
echo
`
pwd
`
echo
"PASSED (no-op)"
echo
`
pwd
`
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