pytest-dev / pytest-rerunfailures

a pytest plugin that re-runs failed tests up to -n times to eliminate flakey failures
Other
369 stars 82 forks source link

Fix Issue #239 #240

Closed metheuspsc closed 7 months ago

metheuspsc commented 9 months ago

Fixes issue #239 and adds test coverage

icemac commented 8 months ago

@metheuspsc Thank you for your contribution. Could you please undo the code formatting changes? This Project uses black to format the code which has its own strong opinion how to format the code, see https://github.com/pytest-dev/pytest-rerunfailures/actions/runs/6590126996/job/18552878766?pr=240 for details.

metheuspsc commented 8 months ago

@icemac issues fixed!

icemac commented 8 months ago

Currently flake8 crashes, let me update the pre-commit config in a separate PR.

icemac commented 8 months ago

@metheuspsc Could you please rebase your branch onto the current master branch, so the flake8 crash hopefully gets fixed?

metheuspsc commented 7 months ago

Rebased!

icemac commented 7 months ago

Thank you for this PR. 😃