-
- 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?
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 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. |
Ideally both, I guess? |
b1bae36
to b825eb4
Compare
@nicoddemus, @Zac-HD |
03b31f8
to 358627e
Compare 358627e
to f547106
Compare …n and raise error
f547106
to 1d26702
Compare @nicoddemus, @Zac-HD I've addressed all issues and added support both as ini and cli param would love to try get this over line |
Closes #13737