-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
xdist does not color output #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Original comment by Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt): the reason is xdist transfering tracebacks as strings instead of something regeneratable |
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): indeed, we need to find a simple enough encoding for the traceback info that allows us to print colored output. Maybe the traceback jrepr should grow an extra attribute that specifies color information (so that the string does not need to get modified and color-unaware tools are not scrambling when reading the information). |
bump! |
can't be fixed before #111 |
Nevermind, meanwhile I've switcthed to pytest-watch ;) |
Closing as duplicate of #111 |
Also, added lambda argument delimiter skipping. Fixes pytest-dev#133
Originally reported by: Andreas Pelme (BitBucket: pelme, GitHub: pelme)
xdist does not color its output the same way as non xdist invocations to py.test.
See the screen shot for an example run with and without xdist.
The text was updated successfully, but these errors were encountered: