Commit 9644d4b8 by Ben Patterson

Merge pull request #1478 from edx/benp/test-build-server-improvements

test_build_server: additional tests.
parents c6df4ff0 774b183e
......@@ -36,6 +36,9 @@ paver test_js_run -s xmodule
# Run some of the bok-choy tests
paver test_bokchoy -t test_lms.py:RegistrationTest
paver test_bokchoy -t test_discussion.py:DiscussionTabSingleThreadTest --fasttest
paver test_bokchoy -t test_studio_with_ora_component.py:ORAComponentTest --fasttest
paver test_bokchoy -t test_matlab_problem.py:MatlabProblemTest --fasttest
# Run some of the lettuce acceptance tests
paver test_acceptance -s lms --extra_args="lms/djangoapps/courseware/features/problems.feature -s 1"
......
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