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
DOC: added type annotations and tests to check for multiple warning match (#47833)
* Testing
* TST: added a test for multiple warnings
* TYP: added type annotation Tuple[Type[Warning], ...] in assert_produces_warning function
* TST: added a test for multiple warnings
* TYP: Fixed Annotations
* TST: Test for catching multiple warnings
* TST: Test for catching multiple warnings
* TST: Test for catching multiple warnings
* TYP : fixed type annotations in _assert_caught_no_extra_warnings
* TYP : updated type annotations
* DOC : added issue as inline comment
* DOC : added some documentation regarding type annotations
* DOC : fixed pre-commit errors
* fix missing whitespace
Co-authored-by: Marco Edward Gorelli <[email protected]>
0 commit comments