Comment #3 on issue 3349 by [email protected]: gremlin in master
http://code.google.com/p/sympy/issues/detail?id=3349

My guess is that the IPython gremlin (which is actually a rogue ANSI color escape sequence) is because the IPython session created in that test makes the test runner think that it's running interactively. I have no idea what's going on with the ask one. It probably has something to do with the fact that it's the first test run.

Either way, I don't know how to fix it. I suppose there might be some way to structure the IPython test so that it doesn't do this. Or maybe there's a smarter way to see if we are really interactive in the test runner.

Probably the better solution (or at least more realistic) is to either get sympy-bot to run the tests with --no-colors, or to run it with --force-colors and convert the ANSI escape sequences to html colors.

By the way, there's yet another issue with colors: the doctest runner doesn't have the --no-colors or the --force-colors options.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to