Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

0.1.0

Choose a tag to compare

@pellared pellared released this 11 May 10:29
· 192 commits to main since this release
0bbf46d

First release after the experiential phase.

Added

  • Add f.Assert that can be used instead of t.Error methods.
  • Add f.Require that can be used instead of t.Fatal methods.
  • Add Should assertion that can be used with custom predicates.
  • Add Eq assertion that checks if got is deeply equal to want.
  • Add Nil assertion that checks if got is nil.
  • Add Err assertion that checks if got is an error.
  • Add Panic assertion that checks if calling got results in a panic.
  • Add NoPanic assertion that checks if calling got returns without panicking.