Skip to content
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

Fix tests broken due to https://github.com/pytest-dev/pytest/issues/5412 #797

Merged
merged 1 commit into from Jul 5, 2019

Conversation

shashank88
Copy link
Contributor

@shashank88 shashank88 commented Jul 5, 2019

This breaks our tests as we use str(e) everywhere and as the above
PR changes the behaviour of str to be the same as repr which is to
print the ExceptionInfo Object, which breaks our tests as we expect str(e) to contain the message

This breaks our tests as we use str(e) everywhere and as the above
PR changes the behaviour of str to be the same as repr which is top
print the Exception info Object, it breaks our tests.
@shashank88
Copy link
Contributor Author

Fixes #796

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant