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
You can make py.test drop into the debugger at the point when an assertion is thrown, so you can inspect the state manually at that point, by including --pdb, for example: