bazel build //my:hello_test
cd bazel-bin/my/hello_test.runfiles
./hello_test # error
./hello_test ./hello_test.py # works
Also, if you try and embed the test inside some other rule, the args are lost/unavailable.
So... can the args be embedded as data into one of the wrappers instead?