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

Change the inherited exception class in tests #2

Merged
merged 1 commit into from
Sep 6, 2017

Conversation

miketheman
Copy link
Owner

@miketheman miketheman commented Sep 6, 2017

As of pytest 3.2.0, the internal outcome class no longer inherits from Exception, rather from BaseException.

This was reported in pytest-dev/pytest#580 and changed in pytest-dev/pytest#2490

Signed-off-by: Mike Fiedler [email protected]

As of pytest 3.2.0, the internal outcome class no longer inherits from
Exception, rather from BaseException.

This was reported in pytest-dev/pytest#580 and changed in pytest-dev/pytest#2490

Signed-off-by: Mike Fiedler <[email protected]>
@miketheman miketheman changed the title Remove raise assertions from successful tests Change the inherited exception class in tests Sep 6, 2017
@miketheman miketheman merged commit dc11ae7 into master Sep 6, 2017
@miketheman miketheman deleted the miketheman/test-fixes branch September 6, 2017 13:28
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.

1 participant