Open
Description
When a test fails, it'd be very interesting to be able to explore the remaining test database, to better understand what happened.
Of course it would be only in a "failfast" case, eg. "-x" flag of pytest.
Is it already possible to obtain that ? If not, how could it be introduced ? By commiting instead of rollbacking the test transaction, I guess ?