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
I parametrize tests based on a user-provided list. Sometimes this list is empty, which disables some tests as a result. However, I would expect the ids callback that I provide to not be called at all in that case, but it is actually called with the private NOTSET sentinel. As this is not exported, I can't easily check for it in my ids function and return a useless value to match it.