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
We have many tests that mock a module's logger and then call call_args_list to assert what was logged. Instead, we should use pytest's caplog fixture for cleaner tests.