python_unittest(
    name = "tests",
    srcs = glob(["*.py"]),
    base_module = "python/tests",
    deps = [
        "@/watchman/python/pywatchman:pywatchman",
    ],
)
