Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
42c8e752e4f236b7fa0e88d77b751ea663f939d2
/
.
/
tests
/
integration
/
runtime_manifests
/
BUILD.bazel
blob: 4746fd419b4a20d0ed1027d4407e06b0fa5f1a6e [
file
]
load
(
"@rules_python//python:py_test.bzl"
,
"py_test"
)
py_test
(
name
=
"basic_test"
,
srcs
=
[
"basic_test.py"
],
python_version
=
"3.11"
,
)