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

fix parameterized test duplicate function different classes #23439

Merged
merged 5 commits into from
May 16, 2024

Conversation

eleanorjboyd
Copy link
Member

@eleanorjboyd eleanorjboyd commented May 15, 2024

fixes #23434

switched parameterized function IDs to now be path/to/file::ClassIfExists::functionName so it is an absolute ID and will not be confused across classes.

@eleanorjboyd eleanorjboyd added the bug Issue identified by VS Code Team member as probable bug label May 15, 2024
@eleanorjboyd eleanorjboyd self-assigned this May 15, 2024
@eleanorjboyd eleanorjboyd added this to the May 2024 milestone May 15, 2024
@eleanorjboyd eleanorjboyd marked this pull request as ready for review May 15, 2024 20:40
@eleanorjboyd eleanorjboyd merged commit 0a88ed3 into microsoft:main May 16, 2024
37 checks passed
@eleanorjboyd eleanorjboyd deleted the fatal-penguin branch May 16, 2024 04:39
DonJayamanne pushed a commit that referenced this pull request Jun 24, 2024
fixes #23434

switched parameterized function IDs to now be
`path/to/file::ClassIfExists::functionName` so it is an absolute ID and
will not be confused across classes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parametrized class tests are not properly shown
2 participants