New issue 588: pytest_exception_interact runs AFTER finally clauses, should be before https://bitbucket.org/hpk42/pytest/issue/588/pytest_exception_interact-runs-after
Jeff Weiss:
def test_mytest():
try:
errorprone()
finally:
cleanup()
If I define a pytest_exception_interact, it runs AFTER the cleanup(), should be
before.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit
