gdt-dev / gdt

Go Declarative Testing
Apache License 2.0
4 stars 2 forks source link

actually write to stdout for Debug() no params #25

Closed jaypipes closed 3 months ago

jaypipes commented 3 months ago

We were creating an io.Writer that discarded instead of creating an io.Writer to stdout when no parameters were passed to the context.Debug() function. Doh.