@cross_steps_fixture
does not wait for the last step to perform teardown
#27
Labels
bug
Something isn't working
From reading the code I realize that there is nothing preventing
pytest
to execute the fixture teardown after the first step. So even if you decorate the fixture with@cross_steps_fixture
, the value will be reused but it might be disfunctional.Teardown hook should therefore be executed after all steps
Challenges:
The text was updated successfully, but these errors were encountered: