We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something unicode-y happened and eliot trees now get rendered uglyfuly in the testtools details output.
The text was updated successfully, but these errors were encountered:
As I understand it:
Content
Fixture
_StringException
as_text
twisted.trial.reporter.TreeReporter
TreeReporter
addError
twisted.trial.reporter.Reporter
Reporter.addError
Failure
Reporter._formatFailureTraceback
_formatFailureTraceback
Failure.getTraceback
Failure.printTraceback
reflect.safe_str(self.value)
safe_str
unicode(value).encode('ascii', 'backslashreplace')
Sorry, something went wrong.
It turns out this is also related to Twisted 17.1 (or perhaps originally 16.6) in which the backslashreplace encoding was added to safe_str.
No branches or pull requests
Something unicode-y happened and eliot trees now get rendered uglyfuly in the testtools details output.
The text was updated successfully, but these errors were encountered: