Test Explorer: Partial Representation of Complete Test Discovery #22839
Answered
by
brettcannon
dylan-at-na
asked this question in
Q&A
|
Hi folks, I have test discovery working successfully for pytest, here's a snippet from the output when I refresh tests in the Testing panel... Unfortunately, these 191 tests don't appear in the panel. Focusing on just the module example provided above - only 1 test is added to the Test Explorer. See screenshot below... Thats is the entire extent of discovered tests being reported for this module. But As we can see in the output above, there are significantly more tests present. Tests which vscode did discover but has chosen not to report. What could be the cause of this? Can anybody advise on this? |
Answered by
brettcannon
Feb 5, 2024
Replies: 1 comment 2 replies
|
This usually when you have a pytest plugin that changes test names or IDs. That possibly happening here? |
2 replies
Answer selected by
dylan-at-na
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This usually when you have a pytest plugin that changes test names or IDs. That possibly happening here?