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
At the moment, the printed report assumes that each test method is run once, whereas it is run tries time. Is it possible to have an (optional) summary, e.g. including the total number of tries per method and other infos. It needs to work in at least nose and py.test, better if with unittest too
The text was updated successfully, but these errors were encountered:
At the moment, the printed report assumes that each test method is run once, whereas it is run
tries
time. Is it possible to have an (optional) summary, e.g. including the total number oftries
per method and other infos. It needs to work in at least nose and py.test, better if with unittest tooThe text was updated successfully, but these errors were encountered: