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

Update README #224

Closed rgreinho closed 1 year ago

rgreinho commented 1 year ago

Updates the README.md file to mention the special use case when attempting to ignore AssertionErrors coming from the use of the assert keyword.

Fixes #224

icemac commented 1 year ago

Thank you for this PR. 😃