sympy / sympy-bot-old

SymPy pull request helper
http://reviews.sympy.org/
Other
24 stars 16 forks source link

Colors! #102

Open asmeurer opened 12 years ago

asmeurer commented 12 years ago

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.

asmeurer commented 11 years ago

45 has one idea.