Closed jaypipes closed 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.
gdtcontext.WithDebug()
gdtdebug.Printf/ln
*testing.T
Changes the way that
gdtcontext.WithDebug()
andgdtdebug.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.