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 just came up from the doc in usefixture session, and I really enjoyed the way it was designed. I just would like to have the same capabilities to transform/wrap a shared stage into a session-scoped fixture like that, because I would like to avoid writing http requests in Python code, since we're already using Tavern.
Would any of you have an idea on how to achieve that? Some guidance on what to look for? Great tool by the way, I'm learning a lot and enjoying it so much. Thanks for all your efford maintaining it.
The text was updated successfully, but these errors were encountered:
This can't be done because stage execution is done after fixtures are actually evaluated, and all the code to check responses and format variables etc. in stages is fairly intricately tied in with the inner workings of all the code that runs the stages the way it is now.
I just came up from the doc in usefixture session, and I really enjoyed the way it was designed. I just would like to have the same capabilities to transform/wrap a shared stage into a session-scoped fixture like that, because I would like to avoid writing http requests in Python code, since we're already using Tavern.
Would any of you have an idea on how to achieve that? Some guidance on what to look for? Great tool by the way, I'm learning a lot and enjoying it so much. Thanks for all your efford maintaining it.
The text was updated successfully, but these errors were encountered: