Parameterize test function with same name get mixed #21491
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
triage-needed
Needs assignment to the proper sub-team
with
"python.experiments.optInto": ["pythonTestAdapter"],
to enable the re-write. If I have the following structuretest_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.
The text was updated successfully, but these errors were encountered: