Commit 0eff969e by Jesse Zoldak

WIP troubleshooting

parent 893aadf1
......@@ -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`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment