Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize pytest arguments into a group #59

Open
xmuskrat opened this issue Feb 1, 2023 · 2 comments · May be fixed by #82
Open

Organize pytest arguments into a group #59

xmuskrat opened this issue Feb 1, 2023 · 2 comments · May be fixed by #82

Comments

@xmuskrat
Copy link

xmuskrat commented Feb 1, 2023

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 
@RonnyPfannschmidt
Copy link
Member

Would you like to contribute that change?

@xmuskrat
Copy link
Author

xmuskrat commented Feb 2, 2023

Yes, I can do that.

@Actionb Actionb linked a pull request Jan 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants