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
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 ?