Skip to content

Add support for automatic reruns #37

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

Closed
davehunt opened this issue Mar 7, 2016 · 0 comments
Closed

Add support for automatic reruns #37

davehunt opened this issue Mar 7, 2016 · 0 comments
Labels
enhancement This issue/PR relates to a feature request.

Comments

@davehunt
Copy link
Collaborator

davehunt commented Mar 7, 2016

The pytest-rerunfailures plugin automatically reruns failed tests. We should include the reruns in the HTML report, including any debug information. This can help to identify if persistent failures are failing in a consistent manner. Each rerun should have its own row similar to failure but the status should be orange. The total number of reruns should be reported in the summary. Note that due to pytest-dev/pytest#1193, if pytest-xdist is used, reruns will not be included in the report.

@davehunt davehunt added enhancement This issue/PR relates to a feature request. outreachy labels Mar 7, 2016
denisra pushed a commit to denisra/pytest-html that referenced this issue Nov 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue/PR relates to a feature request.
Projects
None yet
Development

No branches or pull requests

1 participant