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 rp_query.fetch_test_item builds filters based only on global options, and it is not possible to reuse this call, with more specific filtering.
add a filter parameter to the function that would be then applied
refactor the default behavior of building filters from options to make it more reusable
Currently
rp_query.fetch_test_itembuilds filters based only on global options, and it is not possible to reuse this call, with more specific filtering.