Update test definitions in BUILD.bazel

GitOrigin-RevId: 12636c0153e8909f9d9658a07278edac5ceb9c23
This commit is contained in:
Evgenii Ilichev
2025-06-18 19:05:49 +00:00
committed by intellij-monorepo-bot
parent e9adf26cc5
commit 06fb3e21e6
357 changed files with 724 additions and 362 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
### auto-generated section `build intellij.python.community.services.internal.impl` start
load("@community//build:tests-options.bzl", "jps_test")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
jvm_resources(
@@ -54,7 +55,7 @@ jvm_library(
runtime_deps = [":python-community-services-internal-impl_resources"]
)
jvm_test(
jps_test(
name = "python-community-services-internal-impl_test",
runtime_deps = [":python-community-services-internal-impl_test_lib"]
)
+2 -1
View File
@@ -1,4 +1,5 @@
### auto-generated section `build intellij.python.community.services.shared` start
load("@community//build:tests-options.bzl", "jps_test")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
jvm_resources(
@@ -44,7 +45,7 @@ jvm_library(
runtime_deps = [":shared_resources"]
)
jvm_test(
jps_test(
name = "shared_test",
runtime_deps = [":shared_test_lib"]
)
+2 -1
View File
@@ -1,4 +1,5 @@
### auto-generated section `build intellij.python.community.services.systemPython` start
load("@community//build:tests-options.bzl", "jps_test")
load("@rules_jvm//:jvm.bzl", "jvm_library", "jvm_resources", "jvm_test")
jvm_resources(
@@ -81,7 +82,7 @@ jvm_library(
]
)
jvm_test(
jps_test(
name = "system-python_test",
runtime_deps = [":system-python_test_lib"]
)