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
In userver, we use indirect params to, essentially, create custom fixture scopes.
See the full story in #13217.
What's important here is, we add certain indirect params to each test in our plugin's pytest_generate_tests.
These params are uninteresting to users and only clutter test names.
We want to be able to hide such "technical" params.