-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: add --require-unique-paramset-ids option skips pytest internal … #13757
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
base: main
Are you sure you want to change the base?
feat: add --require-unique-paramset-ids option skips pytest internal … #13757
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should i documentation like there is for --collect-only?
Yes please - and then I think we'll be ready to merge 🙂
907cf3e
to
8a770c9
Compare
Is this till needed or did with @nicoddemus say cover this? |
c0ce285
to
a07ff8a
Compare
35da7df
to
4d6fa15
Compare
1e16b5c
to
71152b2
Compare
…logic of id generation
71152b2
to
9cebbab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done all fixes
@Zac-HD just realized something: doesn't make more sense for this to be an ini option rather than a command-line flag? I understand this is something one would like to setup permanently for a test suite, rather than something to be passed on the command line on occasion. |
Closes #13737