- Support for Nested
t.Cleanup
function calls- With support for
t.Skip
inside the nested cleanup calls.
- With support for
- Implement
t.Helper
so file:line tracked matches real tests. This only has test impact unless caller information for logs is exported.
- Naming and API surface for getting logs,
testingLogOutput()
,Logs()
andLogsList()
and ideally some way to get detailed information for the log (structured message, function, caller, etc)
- Return caller information for logs.