-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Error messages on Windows breaks on Unicode #119
Comments
Fine with me. Did you want to submit a pull request? If not, it would be
|
Ok, I think I put together working code. I'm not sure how to add a test though... Here's what I'm using as a manual testcase on my end:
And the output (with Suggestions? |
Windows has various issues around Unicode. The particular issue I'm running into with
green
is a test will fail due to a unicode issue (often the program under test will attempt to print something unicode to CMD), but whengreen
tries to print the resulting error message, it breaks as the error message contains the unicode character in question. Thus, I only learn of the first test that failed, and not why any of the tests after that failed.Would it be possible to run the error messages through something like Unidecode, at least on Windows, before dumping it to CMD?
The text was updated successfully, but these errors were encountered: