Skip to content

0.1.0

Compare
Choose a tag to compare
@pellared pellared released this 11 May 10:29
· 187 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.