Conversation
|
Hello @dheepan2, thank you for your contribution. This looks like a nice addition to the options, although I think, this can already be accomplished in most cases with the To get this PR forward it still needs some tests like pytest-rerunfailures/test_pytest_rerunfailures.py Lines 522 to 552 in 409822b |
|
Yeah, you are right, but in certain cases with infra issues or system issues(we will not be aware of the run time Error/Exception type), during those scenarios I want the pytest to rerun any Errors other than an AssertionError. I have added the test and updated the changelog too. |
|
@dheepan2 Thank you for also putting in the effort and clean up the readme. |
Added option support to rerun-except a particular Error/Exception.
Similar to rerun_only.
#179 (comment)