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
Currently we can't allow required params because pytest will fail to do anything if any fixture, used or not, requires an argument. Find a way to require arguments but to only enforce then when the argument is consumed.
The text was updated successfully, but these errors were encountered:
Currently we can't allow required params because pytest will fail to do anything if any fixture, used or not, requires an argument. Find a way to require arguments but to only enforce then when the argument is consumed.
The text was updated successfully, but these errors were encountered: