# Functions
New creates a new context with test logger for testing.
NewWithCancel creates a new cancellable context with test logger for testing.
NewWithDeadline creates a new deadline context based on the given duration, with test logger for testing.
Wrap wraps a context with test logger for testing and returns the context with cancel function.