Golang testify

From wikinotes
Revision as of 19:11, 10 July 2022 by Will (talk | contribs)

Testify is a 3rd party test library for golang.
It includes assertions and mocks.

It's functionality is modular, opt in to the features you are interested in.

  • assert
  • require
  • mock
  • suite

Documentation

github https://github.com/stretchr/testify