We should have colors, both in the terminal output, and in the report. My idea from sympy/sympy#1115 was to use the new force_colors option in test() implemented there to get colors in the terminal. If you do that, you get reports like http://reviews.sympy.org/report/agZzeW1weTNyDAsSBFRhc2sY_6APDA. So what we should do then is convert the ansii colors into html colors. That way, we don't have to reparse the testoutput for colors, and we can also get colors in the terminal.
We should have colors, both in the terminal output, and in the report. My idea from sympy/sympy#1115 was to use the new force_colors option in test() implemented there to get colors in the terminal. If you do that, you get reports like http://reviews.sympy.org/report/agZzeW1weTNyDAsSBFRhc2sY_6APDA. So what we should do then is convert the ansii colors into html colors. That way, we don't have to reparse the testoutput for colors, and we can also get colors in the terminal.