-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
doc: note about mutation of parametrized values #7516
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
Conversation
Fix #7514 by augmenting Note with behaviour when parametrized values are mutated (changes are reflected in subsequent test-case calls).
|
Oups, ..my apologies, i forgot i had dev access in pytest, and github-UI opened my new PR in the original repo. Sgould i delete it (if am i allowed to) and do the proper thing from my fork? |
I'd say don't worry about it. We can always delete the branch after the PR is merged. |
c8fce87 to
b676882
Compare
|
I'm seeing some failures in Windows...could it be that my last commit message contains the non-ASCII char |
bluetech
left a comment
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.
Thanks @ankostis!
Since the Windows failure are unrelated, I am going to force-merge it.
Fix #7514 by augmenting Note with behaviour when parametrized values are mutated
(changes are reflected in subsequent test-case calls).