I’d like to gather thoughts on how we should pass ...
# development
f
I’d like to gather thoughts on how we should pass test args into Go test binaries. https://github.com/pantsbuild/pants/issues/13207
Context is that
go test
transforms an option like
-v
into
-test.v
when it invokes a test binary. Pants will need to handle that transformation as well.