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

Parameterize test function with same name get mixed #21491

Closed
eleanorjboyd opened this issue Jun 26, 2023 · 0 comments · Fixed by #21498
Closed

Parameterize test function with same name get mixed #21491

eleanorjboyd opened this issue Jun 26, 2023 · 0 comments · Fixed by #21498
Assignees
Labels
area-testing bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team

Comments

@eleanorjboyd
Copy link
Member

with "python.experiments.optInto": ["pythonTestAdapter"], to enable the re-write. If I have the following structure

test_a.py
-- test_class (where this is a parameterized test class)
test_b.py
-- test_class (where this is a parameterized test class)

the test cases in file_a for test_class will also appear in test_class in file_b on the test explorer.

image
@eleanorjboyd eleanorjboyd added bug Issue identified by VS Code Team member as probable bug area-testing labels Jun 26, 2023
@eleanorjboyd eleanorjboyd self-assigned this Jun 26, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jun 26, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant