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.