Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_python
/
cf6ec45b40059eecb6e40f936999e4d230987c1e
/
.
/
sphinxdocs
/
tests
/
sphinx_build
/
BUILD.bazel
blob: ec0878d862f01ee3ad744f2f1e60ba721da5c357 [
file
]
load
(
"@rules_python//python:py_test.bzl"
,
"py_test"
)
py_test
(
name
=
"directory_syncer_test"
,
srcs
=
[
"directory_syncer_test.py"
],
deps
=
[
"//sphinxdocs/private:sphinx_build_lib"
,
"@pypi//absl_py"
,
"@pypi//sphinx"
,
],
)