Skip to content

minizilla/testr

Repository files navigation

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.

About

A minimal assertion library for Go

Resources

License

Stars

Watchers

Forks