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
Can we use pytest.mark.asyncio combined with pytest.mark.parameter to execute multiple test cases asynchronously, in order to shorten the entire execution process?
If possible, could you provide a code example