Order of execution of fixtures #3596
Labels
status: needs information
reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
topic: fixtures
anything involving fixtures directly or indirectly
type: question
general question, might be closed after 2 weeks of inactivity
In version of pytest 3.5.0 appeared execution of fixtures by higher scope. #3306
But I need to use autouse fixture with scope=function first, at least before fixtures with other scope and without autouse. There are any possibilities to do this?
Code output:
pytest version 3.6.0
On version 3.2.2 this example work in this order:
The text was updated successfully, but these errors were encountered: