Package testr provides a minimal extension to the standard library's testing.
- Minimal assertion API with
Equal,ErrorIs,ErrorAs, andPanic. - Optional message using
WithMessage. - Stop the execution using
WithFailNow. - Ease of initialization with
MustandMustV.