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
@capture_logging won't work for async functions, but it should be possible to make it do so. pytest-asyncio for example allows async methods to be run as tests.