File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
python-frontend/src/test/java/org/sonar/plugins/python/api/types/v2 Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1717package org .sonar .plugins .python .api .types .v2 ;
1818
1919import java .util .List ;
20- import org .junit .jupiter .api .Disabled ;
2120import org .junit .jupiter .api .Test ;
2221import org .sonar .plugins .python .api .tree .ExpressionStatement ;
2322import org .sonar .plugins .python .api .tree .FileInput ;
3534
3635class UnresolvedImportTypeTest {
3736 @ Test
38- @ Disabled ("SONARPY-2213 unknown.submodule is not correctly resolved" )
3937 void imported_unknown_submodule () {
4038 FileInput fileInput = inferTypesWithNoResolution ("""
4139 import unknown.submodule
@@ -45,7 +43,6 @@ void imported_unknown_submodule() {
4543 assertThat (unknownSubmoduleType .importPath ()).isEqualTo ("unknown.submodule" );
4644 }
4745
48-
4946 @ Test
5047 void imported_unknown () {
5148 FileInput fileInput = inferTypesWithNoResolution ("""
You can’t perform that action at this time.
0 commit comments