Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
397cba7b8d385d1e2f036decfda0cbf7fdb33edc
/
.
/
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"
,
)