File tree 1 file changed +0
-4
lines changed
pythonFiles/tests/testing_tools/adapter 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 10
10
import sys
11
11
import unittest
12
12
13
- import pytest
14
-
15
13
from ...__main__ import TESTING_TOOLS_ROOT
16
14
from testing_tools .adapter .util import fix_path , PATH_SEP
17
15
@@ -149,7 +147,6 @@ def test_discover_simple(self):
149
147
],
150
148
)
151
149
152
- @pytest .mark .skip (reason = "https://github.com/microsoft/vscode-python/issues/14023" )
153
150
def test_discover_complex_default (self ):
154
151
projroot , testroot = resolve_testroot ("complex" )
155
152
expected = self .complex (projroot )
@@ -170,7 +167,6 @@ def test_discover_complex_default(self):
170
167
self .maxDiff = None
171
168
self .assertEqual (sorted_object (result ), sorted_object (expected ))
172
169
173
- @pytest .mark .skip (reason = "https://github.com/microsoft/vscode-python/issues/14023" )
174
170
def test_discover_complex_doctest (self ):
175
171
projroot , _ = resolve_testroot ("complex" )
176
172
expected = self .complex (projroot )
You can’t perform that action at this time.
0 commit comments