Problem / Solution
Because bazel cannot test an alias (https://docs.bazel.build/versions/2.2.0/be/general.html#alias),,) we need to correctly and explicitly identify for bazel which target
target of Pants points to a set of tests, and they should be using the native bazel test_suite
concept.
JIRA Issues: DPB-13054
Differential Revision: https://phabricator.twitter.biz/D603931