825fcf804b
`pytest_unconfigure` can be called even if `pytest_configure` was not. In order to avoid errors during unconfigure only perform the unconfigure if the configure was performed. Add a counter which is incremented before configure to track the number of times pytest started initialization so that the config is not popped early from the stack. |
||
---|---|---|
.. | ||
args | ||
feature | ||
generation | ||
library | ||
scripts | ||
steps | ||
__init__.py | ||
conftest.py | ||
test_hooks.py | ||
utils.py |