[go-nuts] Re: Guidance on techniques that can help me write a comprehensive test for my go library.

2024-06-07 Thread Guilherme Henrique
You want to make a mock of the Google API calls, the same ones you use in your project, and that's it? Em quarta-feira, 5 de junho de 2024 às 10:41:03 UTC-3, Ai Readone escreveu: > Hello Everyone, > > I am currently writing a go library that Integrates various Google cloud > services. > > The a

[go-nuts] Re: Guidance on techniques that can help me write a comprehensive test for my go library.

2024-06-07 Thread Amnon
https://research.swtch.com/testing On Friday 7 June 2024 at 14:26:35 UTC+1 Guilherme Henrique wrote: > You want to make a mock of the Google API calls, the same ones you use in > your project, and that's it? > > Em quarta-feira, 5 de junho de 2024 às 10:41:03 UTC-3, Ai Readone escreveu: > >> Hel