aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/mock/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/mock/BUILD')
-rw-r--r--third_party/py/mock/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/py/mock/BUILD b/third_party/py/mock/BUILD
new file mode 100644
index 0000000000..5cf52f660a
--- /dev/null
+++ b/third_party/py/mock/BUILD
@@ -0,0 +1,7 @@
+licenses(["notice"])
+
+py_library(
+ name = "mock",
+ srcs = ["__init__.py"],
+ visibility = ["//visibility:public"],
+)