# Packages
Package assert is a helper package for test assertions.
# Functions
Debug logs the given msg and fields to t via t.Log at the debug level.
Error logs the given msg and fields to t via t.Error at the error level.
Fatal logs the given msg and fields to t via t.Fatal at the fatal level.
Info logs the given msg and fields to t via t.Log at the info level.
Make creates a logger that writes logs to tb in a human readable format.