What is PyTest's order of execution in plugins? #10532
Unanswered
AbdouMechraoui
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We ought to link pluggy docs there |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know the order of execution when writing a pytest plugin. In the docs, this is done by using
tryfirst= True
ortrylast=True
for hooks. I understnd that plugins are nothing but a combination of hooks and fixtures. I would like to get deeper understanding of the flow of execution, as it doesn't seem sequential when running the follwoing code.p.s. apologies if already asked and answered, would love a link :)
My questions are as follow:
tryfirst=True
?Beta Was this translation helpful? Give feedback.
All reactions