Commit a74e9d3c by Ben Patterson

Get more granular test case data via xunit.xml

parent 09b8bdef
......@@ -53,4 +53,4 @@ if [[ "${test_name}" = "accessibility" ]]; then
fi
echo "Running acceptance tests from ${test_name}.py against the sandbox..."
python ../acceptance/${test_name}.py
nosetests ../acceptance/${test_name}.py --with-xunit --xunit-file=../acceptance/xunit-${test_name}.xml
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