Commit acd8abce by Jesse Zoldak

paver help DO NOT MERGE

parent 4154eaae
...@@ -22,42 +22,29 @@ source scripts/jenkins-common.sh ...@@ -22,42 +22,29 @@ source scripts/jenkins-common.sh
case "$1" in case "$1" in
"unit") "unit")
paver help
# 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") "js")
# Run some of the javascript unit tests # Run some of the javascript unit tests
paver test_js_run -s lms-coffee paver help
;; ;;
"bokchoy") "bokchoy")
# Run some of the bok-choy tests # Run some of the bok-choy tests
paver test_bokchoy -t discussion/test_discussion.py::DiscussionTabSingleThreadTest paver help
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") "lettuce")
# Run some of the lettuce acceptance tests # Run some of the lettuce acceptance tests
paver test_acceptance -s lms --extra_args="lms/djangoapps/courseware/features/problems.feature -s 1" paver help
paver test_acceptance -s cms --extra_args="cms/djangoapps/contentstore/features/html-editor.feature -s 1" --fasttest
;; ;;
"quality") "quality")
# Generate quality reports # Generate quality reports
REPORT_DIR='$WORKSPACE/reports' paver run_quality paver run_quality
;; ;;
*) *)
......
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