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
This commit restructures the TODO tests for GH 21827 so that the test
that passes is not marked as TODO while the failing tests still are.
warnings_like() had to be swapped out for capture_warnings() with
manual testing so that we could have granular control over the
tests, as we did not have such granular control with the three tests
that were originally generated by warnings_like().
0 commit comments