Closed varac closed 1 year ago
Maybe the pytest-rerunfailures plugin would be a better match?
@The-Compiler Thxm I already found and use pytest-rerunfailures after creating this issue. works great, still I think it could be a good addition for pytest-repeat. But feel free to close this issue.
I'd like to repeat a test until it succeeds (waiting for some condition before continuing with other tests). An option would be great like
--repeat-on=failure
, with a default ofsuccess
, which seems to be the default behviour. Does this make sense ?