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

Remove WarningTestMixin in favor of pytest.warns #969

Merged
merged 1 commit into from Nov 2, 2019

Commits on Nov 2, 2019

  1. Remove WarningTestMixin in favor of pytest.warns

    This was originally added when we were still supporting unittest-only
    tests, but now that we require pytest, we can switch over to using the
    built-in pytest.warns context manager.
    pganssle committed Nov 2, 2019
    Copy the full SHA
    13cce01 View commit details
    Browse the repository at this point in the history