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

Organize pytest arguments into a group

Open xmuskrat opened this issue 2 years ago • 2 comments

Pytest arguments are currently added to the custom arguments group using parser.addoption.

You can organize these into a pytest-repeat group so it's clear what options go with this module.

grouped_options = parser.getgroup("pytest-repeat")
grouped_options.addoption 

xmuskrat avatar Feb 01 '23 17:02 xmuskrat

Would you like to contribute that change?

RonnyPfannschmidt avatar Feb 01 '23 18:02 RonnyPfannschmidt

Yes, I can do that.

xmuskrat avatar Feb 02 '23 16:02 xmuskrat