Files
codeql/swift/integration-tests/BUILD.bazel
2023-05-16 19:40:00 +01:00

9 lines
185 B
Python

py_library(
name = "integration_tests",
srcs = [
"create_database_utils.py",
"diagnostics_test_utils.py",
],
visibility = ["//swift:__subpackages__"],
)