Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reruns (from pytest-rerunfailures) are not reported #20

Open
amezin opened this issue Dec 11, 2022 · 1 comment
Open

Reruns (from pytest-rerunfailures) are not reported #20

amezin opened this issue Dec 11, 2022 · 1 comment

Comments

@amezin
Copy link

amezin commented Dec 11, 2022

With pytest-rerunfailures plugin (and some tests marked with @pytest.mark.flaky) I get the following summary in the terminal:

=============================================================== 501 passed, 12 skipped, 2 rerun in 140.56s (0:02:20) ===============================================================

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.

@jeffwright13
Copy link

I was gonna report the same things, but @amezin beat me to the punch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants