pytest-repeat icon indicating copy to clipboard operation
pytest-repeat copied to clipboard

Enable Test Case Level Repeat Config

Open WoodenMug opened this issue 9 years ago • 2 comments

Hi,

Thanks for writing such a useful and simple to use plugin. I have been using repeat in our environment for a while and added support for test case level repeat configuration using markers. I was wondering if you are interested in this feature and us contributing back to your repo.

Thanks, Rui

WoodenMug avatar Dec 02 '16 17:12 WoodenMug

Certainly sounds interesting @WoodenMug! Are you talking about repeating by applying markers to parametrize values? Sort of how you can apply xfail to particular parametrize values?

Feel free to submit a PR, or give a link to your code, so we can discuss :smile:

tomviner avatar Dec 03 '16 20:12 tomviner

Hi @tomviner, Thanks for getting back to me. I have created a PR here: https://github.com/pytest-dev/pytest-repeat/pull/14 Let me know how you think about it. Thanks!

WoodenMug avatar Jan 05 '17 22:01 WoodenMug

This feature was added in 2018

okken avatar Sep 15 '23 18:09 okken