Check xfail Test Status with Plugin #11727
Unanswered
eleanorjboyd
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I found this thread because I was trying to correctly store the status xfail tests. Below is the code I am running, the plugin I wrote to connect to the given hook, and the output from the plugin. Im confused because the outcome of this xfail tests is "passed" during "setup" and "teardown" but then is listed as "skipped" during "call". Why does the xfail tests list as "skipped" during "call"? With all other tests I have written, the "call" phase has been accurate in collecting pass/fails etc but I wasn't sure about xfail. What does the skip mean and is it always going to say skip for xfail tests during this phase? Thanks and I appreciate any help!
originally commented on this related thread but it seems inactive: #10255
This question is related to a bug fix on the VS Code python extension, related issue: microsoft/vscode-python#4963
Beta Was this translation helpful? Give feedback.
All reactions