pytest_configure calling order #2539
Closed
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? |
nicoddemus
added a commit
that referenced
this issue
Jul 4, 2017
This was referenced Jul 5, 2017
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Jul 5, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: