Files
openide/python/junit5Tests-framework/conda/BUILD.bazel
Ilia Kirianovskiiandintellij-monorepo-bot 03845676ac [bazel] Update build files (IJI-3028)
(cherry picked from commit 2d842907049041a53e90e7177915548cd43b06d6)

GitOrigin-RevId: b84b9f81c9afbf2333e81035c06458c743f3aa9c
2025-10-27 11:02:59 +00:00

43 lines
1.4 KiB
Python

### auto-generated section `build intellij.python.community.junit5Tests.framework.conda` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
resourcegroup(
name = "conda_test_resources",
srcs = glob(["testResources/**/*"]),
strip_prefix = "testResources"
)
jvm_library(
name = "conda",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True)
)
jvm_library(
name = "conda_test_lib",
module_name = "intellij.python.community.junit5Tests.framework.conda",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
resources = [":conda_test_resources"],
deps = [
"@lib//:kotlin-stdlib",
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
"//python:python-community-impl",
"//python:python-community-impl_test_lib",
"//python/setup-test-environment/conda",
"@lib//:junit5",
"@lib//:jetbrains-annotations",
"//platform/execution",
"//platform/core-api:core",
]
)
### auto-generated section `build intellij.python.community.junit5Tests.framework.conda` end
### auto-generated section `test intellij.python.community.junit5Tests.framework.conda` start
load("@community//build:tests-options.bzl", "jps_test")
jps_test(
name = "conda_test",
runtime_deps = [":conda_test_lib"]
)
### auto-generated section `test intellij.python.community.junit5Tests.framework.conda` end