Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
c953e5e96b2b7fb4a7adcfdfd55d686f7a30fbc9
/
.
/
tests
/
pypi
/
whl_installer
/
BUILD.bazel
blob: 5a2efb1260469245e2fa3125823025b74ef39271 [
file
]
load
(
"//python:py_test.bzl"
,
"py_test"
)
py_test
(
name
=
"arguments_test"
,
size
=
"small"
,
srcs
=
[
"arguments_test.py"
,
],
deps
=
[
"//python/private/pypi/whl_installer:lib"
,
],
)