summaryrefslogtreecommitdiff
path: root/tests/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BUILD')
-rw-r--r--tests/BUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/BUILD b/tests/BUILD
new file mode 100644
index 0000000..df69535
--- /dev/null
+++ b/tests/BUILD
@@ -0,0 +1,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