diff --git a/python/openapi/BUILD.bazel b/python/openapi/BUILD.bazel index 23508ad740d7..227ece3edc68 100644 --- a/python/openapi/BUILD.bazel +++ b/python/openapi/BUILD.bazel @@ -7,6 +7,12 @@ jvm_resources( strip_prefix = "resources" ) +jvm_resources( + name = "community_test_resources", + files = glob(["testResources/**/*"]), + strip_prefix = "testResources" +) + jvm_library( name = "community", module_name = "intellij.python.community", @@ -56,7 +62,8 @@ jvm_library( exports = [ "//python/python-psi-api:psi", "//platform/platform-util-io:ide-util-io", - ] + ], + runtime_deps = [":community_test_resources"] ) ### auto-generated section `build intellij.python.community` end diff --git a/python/openapi/intellij.python.community.iml b/python/openapi/intellij.python.community.iml index 3f5f6516ce33..68ec44e8d645 100644 --- a/python/openapi/intellij.python.community.iml +++ b/python/openapi/intellij.python.community.iml @@ -6,6 +6,7 @@ + diff --git a/python/openapi/testResources/intellij.python.community._test.xml b/python/openapi/testResources/intellij.python.community._test.xml new file mode 100644 index 000000000000..8d0e691d3c44 --- /dev/null +++ b/python/openapi/testResources/intellij.python.community._test.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file