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
But the generated markdown summary doesn't mention reruns at all.
And other plugins may introduce other outcome types. So, I think, having a hardcoded list/enum of possible outcomes in the plugin code might be a mistake.
The text was updated successfully, but these errors were encountered:
With pytest-rerunfailures plugin (and some tests marked with
@pytest.mark.flaky
) I get the following summary in the terminal:But the generated markdown summary doesn't mention reruns at all.
And other plugins may introduce other outcome types. So, I think, having a hardcoded list/enum of possible outcomes in the plugin code might be a mistake.
The text was updated successfully, but these errors were encountered: