Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 568 Bytes

TODO.md

File metadata and controls

21 lines (12 loc) · 568 Bytes

TODO

Core functionality

  • Support for Nested t.Cleanup function calls
    • With support for t.Skip inside the nested cleanup calls.

Tests

  • Implement t.Helper so file:line tracked matches real tests. This only has test impact unless caller information for logs is exported.

Cosmetic

  • Naming and API surface for getting logs, testingLogOutput(), Logs() and LogsList() and ideally some way to get detailed information for the log (structured message, function, caller, etc)

Feature Requests

  • Return caller information for logs.