Commit 8a3b57a6 by Stuart Young

add a couple of a11y tests to the packer smoke test script

parent d5e44003
......@@ -60,6 +60,12 @@ case "$1" in
paver run_quality
;;
"a11y")
# Run some of the accessiblity tests
paver test_a11y -t lms/test_problem_types.py:CheckboxTextProblemTypeTest.test_problem_type_a11y
paver test_a11y -t lms/test_problem_types.py:RadioTextProblemTypeTest.test_problem_type_a11y
;;
*)
echo "args required"
exit 1
......
......@@ -47,3 +47,4 @@
- "bokchoy"
- "lettuce"
- "quality"
- "a11y"
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