-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: Catch Warnings in tests #8397
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
Comments
yep, these should be explicity tested/caught. Maybe add checkboxes to list them out ? |
I'm doing graphics right now. Will tick them off by module as I go. |
Isn't there some way to make all uncaught warnings failures? |
Sort of do this here: (this is for the experimental builds): https://github.com/pydata/pandas/blob/master/pandas/util/testing.py#L62 |
@jreback I just found out that you can do that and came here to post it :) I'll get back to this soon. It'll be so much easier now that it raises. |
this doesn't fix the slow tests :< |
closing this, i think we are better at this. |
If only to have nicer looking test output.
The text was updated successfully, but these errors were encountered: