Commit 26581814 by Ben Patterson

Update tests to match what's in edx-platform

parent cd347748
......@@ -22,8 +22,7 @@ source scripts/jenkins-common.sh
# Now we can run a subset of the tests via paver.
# Run some of the common/lib unit tests
# TODO: The following verification is waiting on a fix for SOL-570.
# paver test_lib -t common/lib/xmodule/xmodule/tests/test_stringify.py
paver test_lib -t common/lib/xmodule/xmodule/tests/test_stringify.py
# Generate some coverage reports
paver coverage
......@@ -36,8 +35,7 @@ paver test_system -t cms/djangoapps/course_creators/tests/test_views.py
paver test_js_run -s xmodule
# Run some of the bok-choy tests
paver test_bokchoy -t lms/test_lms.py:LanguageTest
paver test_bokchoy -t discussion/test_discussion.py:DiscussionTabSingleThreadTest --fasttest
paver test_bokchoy -t discussion/test_discussion.py:DiscussionTabSingleThreadTest
paver test_bokchoy -t studio/test_studio_with_ora_component.py:ORAComponentTest --fasttest
paver test_bokchoy -t lms/test_lms_matlab_problem.py:MatlabProblemTest --fasttest
......
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