Commit 64498886 by Stu Young Committed by GitHub

Merge pull request #4046 from edx/estute/fix-pytest-spec-for-packer-builds

change test specifiers for move to pytest
parents 860a2344 8060cf7e
......@@ -44,9 +44,9 @@ case "$1" in
"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
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")
......
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