We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b1d59 commit f74e255Copy full SHA for f74e255
python_files/unittestadapter/pvsc_utils.py
@@ -207,6 +207,7 @@ def build_test_tree(
207
print(
208
"Skipping doctest as it is not supported for the extension. Test case: ", test_case
209
)
210
+ error = ["Skipping doctest as it is not supported for the extension."]
211
continue
212
print("post skip: test case", test_case)
213
test_id = test_case.id()
0 commit comments