Commit 8060cf7e by Stuart Young

change test specifiers for move to pytest

parent 6cdd3405
......@@ -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