blob: 5e763d9f8f66199c93fcc5befdcdd52cc013a23e [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
pex_pytest(
name = "opts_unittest",
size = "small",
srcs = ["opts_unittest.py"],
reqs = [
"pytest==3.2.2",
],
deps = [
"//heron/tools/cli/src/python:cli-py",
],
)
pex_pytest(
name = "client_command_unittest",
size = "small",
srcs = ["client_command_unittest.py"],
reqs = [
"pytest==3.2.2",
],
deps = [
"//heron/tools/cli/src/python:cli-py",
],
)