-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest_configure calling order #2539
Comments
for initial conftests and plugins the call order is random and affectable via tryfirst/trylast, for other conftests it hapens right at loading time we should document this indeed |
oh, and extra note - due to python3.6 dict ordering it ill happen in import order on python 3.6+ for now |
Thus, as I understand, I can't rely on theirs order. Thanks! |
Reopened as we should document this one in the own docs |
Perhaps @Ignalion would like to take a stab at contributing this? 😉 |
Hi guys. Have a little question about order of calling different pytest_configure from conftest.py and plugins files.
Is there a documented or some unspoken order of calling this hook when it's present in different conftest.py files and\or plugins?
The text was updated successfully, but these errors were encountered: