You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful if the stepwise plugin would also take into account successful tests.
A use case is running all tests, Ctrl-C'ing them (KeyboardInterrupt), but then wanting to continue from where they stopped. For this session.exitstatus = 2 (interrupted) could be used in pytest_sessionfinish.
The text was updated successfully, but these errors were encountered:
I think it would be useful if the stepwise plugin would also take into account successful tests.
A use case is running all tests, Ctrl-C'ing them (KeyboardInterrupt), but then wanting to continue from where they stopped. For this
session.exitstatus = 2
(interrupted) could be used inpytest_sessionfinish
.The text was updated successfully, but these errors were encountered: