8467586
1 2 3 4 5 6 7 8 9 10 11 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", )