Skip to content

Commit f74e255

Browse files
committed
add to error return
1 parent 87b1d59 commit f74e255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python_files/unittestadapter/pvsc_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def build_test_tree(
207207
print(
208208
"Skipping doctest as it is not supported for the extension. Test case: ", test_case
209209
)
210+
error = ["Skipping doctest as it is not supported for the extension."]
210211
continue
211212
print("post skip: test case", test_case)
212213
test_id = test_case.id()

0 commit comments

Comments
 (0)