Files
openide/python/testFramework/BUILD.bazel
Vladimir Krivosheev b8245e1370 IJ-CR-146078 update bazel files
GitOrigin-RevId: 3bcfd10f71c84283bded464e142ead99edc6a278
2025-02-02 15:20:11 +00:00

18 lines
666 B
Python

### auto-generated section `build intellij.python.community.testFramework` start
load("@rules_jvm//:jvm.bzl", "jvm_library")
jvm_library(
name = "community-testFramework",
module_name = "intellij.python.community.testFramework",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java"], allow_empty = True),
deps = [
"//platform/testFramework",
"//python/python-sdk:sdk",
"//platform/execution",
"//platform/lang-impl",
"//python:python-community-impl",
"//python/setup-test-environment:community-testFramework-testEnv",
]
)
### auto-generated section `build intellij.python.community.testFramework` end