pytest-repeat
pytest-repeat copied to clipboard
Organize pytest arguments into a group
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
Would you like to contribute that change?
Yes, I can do that.