gdt-dev / gdt

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

rework debug/print into a tracing context #21

Closed jaypipes closed 5 months ago

jaypipes commented 5 months ago

Changes the way that gdtcontext.WithDebug() and gdtdebug.Printf/ln work to remove the dependence on a *testing.T argument and using a stack concept for tracing where in the test evaluation we are.