Thanks Arkadiusz.
Good tip.
El domingo, 30 de junio de 2024 a las 16:38:44 UTC-3, Arkadiusz Drabczyk
escribió:
> On Sat, Jun 29, 2024 at 11:14:56AM -0300, Victor Manuel Giordano wrote:
> > Thank you all for the feedback. It is appreciated.
> >
> > • So it is not possible via the golang platfo
On Sat, Jun 29, 2024 at 11:14:56AM -0300, Victor Manuel Giordano wrote:
> Thank you all for the feedback. It is appreciated.
>
> • So it is not possible via the golang platform native capabilities...
It is as described in the second part of this answer
https://stackoverflow.com/a/16936314/369
Thank you all for the feedback. It is appreciated.
- *So it is not possible via the golang platform native capabilities... *
- The Visual Studio Code (IDE) offers a good feature building on top of
the -run flag
- It parses the file to test, recovers all the test function names of
You can look at how your IDE would do it, or, you can put a build tag in
and only test that build tag
Op zaterdag 29 juni 2024 om 03:37:28 UTC+2 schreef Kurtis Rader:
> On Fri, Jun 28, 2024 at 3:25 PM Victor Manuel “Vitu” Giordano <
> vituc...@gmail.com> wrote:
>
>> I struggle with performing al
On Fri, Jun 28, 2024 at 3:25 PM Victor Manuel “Vitu” Giordano <
vitucho3...@gmail.com> wrote:
> I struggle with performing all the tests written in a file that requires
> symbols defined on other files of the same package.
>
> For example
> $ go test practice_resource_test.go
> # command-line-argu
On Fri, Jun 28, 2024 at 3:25 PM Victor Manuel “Vitu” Giordano
wrote:
>
> I struggle with performing all the tests written in a file that requires
> symbols defined on other files of the same package.
>
> For example
> $ go test practice_resource_test.go
> # command-line-arguments [command-line-ar
Hi guys! How you are doing?
I struggle with performing all the tests written in a file that requires
symbols defined on other files of the same package.
For example
$ go test practice_resource_test.go
# command-line-arguments [command-line-arguments.test]
./practice_resource_test.go:11:12: undef