Jose Cáceres

Results 2 comments of Jose Cáceres

Basically this is the issue: If I use the same package name that the package Im testing everything works perfectly. ![image](https://github.com/bazelbuild/rules_go/assets/6686046/b08e2261-9cf7-4efc-a435-8cdbe2a55aab) But If I wanna separate the package name of...

It is like the GOPACKAGESDRIVER is forcing to implement only white-box tests (having access to everything in the internal package not only exported definitions) it is ok, but most of...