You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add all warnings check to the assert_produces_warnings, and separate messages for each warning. (#57222)
* ENH: Add all warnings check to the `assert_produces_warnings`, and separate messages for each warning.
* Fix typing errors
* Fix typing errors
* Remove unnecessary documentation
* Change `assert_produces_warning behavior` to check for all warnings by default
* Refactor typing
* Fix tests expecting a Warning that is not raised
* Adjust `raises_chained_assignment_error` and its dependencies to the new API of `assert_produces_warning`
* Fix `_assert_caught_expected_warning` typing not including tuple of warnings
* fixup! Refactor typing
* fixup! Fix `_assert_caught_expected_warning` typing not including tuple of warnings
* fixup! Fix `_assert_caught_expected_warning` typing not including tuple of warnings
* Add tests
---------
Co-authored-by: Richard Shadrach <[email protected]>
0 commit comments