Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 577 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 577 Bytes

testr Go Reference main

Package testr provides a minimal extension to the standard library's testing.

Features

  • Minimal assertion API with Equal, ErrorIs, ErrorAs, and Panic.
  • Optional message using WithMessage.
  • Stop the execution using WithFailNow.
  • Ease of initialization with Must and MustV.