mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-25 11:32:33 +00:00
6 lines
101 B
Python
6 lines
101 B
Python
|
"Bats test runner"
|
||
|
|
||
|
load("//lib/private:bats.bzl", _bats_test = "bats_test")
|
||
|
|
||
|
bats_test = _bats_test
|