summaryrefslogtreecommitdiff
path: root/tests/BUILD
blob: df6953508a90e733a41ef59101c5b4685899c813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
py_test(
    name = "test_ts_lib",
    size = "small",
    srcs = ["test_ts_lib.py"],
    deps = [
        "//:ts_lib",
        "@bazel_python//:pytest_helper",
    ],
)

py_test(
    name = "test_ts_utils",
    size = "small",
    srcs = ["test_ts_utils.py"],
    deps = [
        "//:ts_lib",
        "//:ts_utils",
        "@bazel_python//:pytest_helper",
    ],
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback