python - Pytest hooks execution sequence -
i trying figure out execution sequence of pytest hooks. need set logging path session beforehand , going use conftest that. path provided through optional command line option. have fixtures logging location provided.
from can tell based on pdb, once fixture imports logging module, logging instance object instantiated before have change read in path provided through command line option. amd trying figure if there hook can use before fixtures loaded session.
thanks.
Comments
Post a Comment