blob: 55b32ca23fceaf20cee8ddde9700e4d5b7218c01 [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
pex_pytest(
name = "explorer_unittest",
size = "small",
srcs = ["explorer_unittest.py"],
reqs = [
"mock==1.0.1",
"py==1.4.34",
"pytest==3.2.2",
"unittest2==1.1.0",
],
deps = [
"//heron/common/src/python:common-py",
"//heron/tools/common/src/python:common-py",
"//heron/tools/explorer/src/python:explorer-py",
],
)