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
Make test decorators more consistent. NFC (#25433)
- Always use `func` to refer to functions being decorated.
- Always call inner functions with *args and **kwargs
- Always return the result of the inner function
0 commit comments