diff options
Diffstat (limited to 'test/BUILD')
-rw-r--r-- | test/BUILD | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/BUILD b/test/BUILD new file mode 100644 index 0000000..e760b32 --- /dev/null +++ b/test/BUILD @@ -0,0 +1,12 @@ +# -*- python -*- + +py_test( + name = "test_common", + srcs = ["test_common.py"], + srcs_version = "PY3", + deps = [ + "//glucometerutils:common", + "@abseil_py_archive//absl/testing:parameterized", + ], + default_python_version = "PY3", +) |