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 test failures with pytest 5 #27

Merged
merged 1 commit into from Jul 3, 2019

Commits on Jul 1, 2019

  1. Fix test failures with pytest 5

    str() behavior on pytest ExceptionInfo objects was changed in
    pytest 5.0.0: pytest-dev/pytest#5412
    
    This caused various tests to fail, as it was assumed that str()
    on those objects would include exception messages. Update the
    tests to check the exceptions instead, rather than the
    ExceptionInfo wrappers.
    rohanpm committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    b991a31 View commit details
    Browse the repository at this point in the history