summaryrefslogtreecommitdiffstats
path: root/test/BUILD
blob: e760b32875cb8665f010ea013463e37d62fab416 (plain) (blame)
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",
)