Re: [go-nuts] Is go test the wrong tool to use for a pure test harness?

2023-08-13 Thread dave bronte
> On Sun, Aug 13, 2023, 18:28 dave bronte wrote: > >> Forgive me for what might at first glance look like a provocative subject >> line - it's not meant to be. >> >> The team that I work in has been asked to develop a system that will test >> a web service.

[go-nuts] Is go test the wrong tool to use for a pure test harness?

2023-08-13 Thread dave bronte
Forgive me for what might at first glance look like a provocative subject line - it's not meant to be. The team that I work in has been asked to develop a system that will test a web service. We won't have access to the source for the web service so we're going to need to test it in its deploye