Golang testify: Difference between revisions

From wikinotes
(Created page with "Testify is a 3rd party test library for golang.<br> It includes assertions and mocks. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/st...")
 
No edit summary
Line 1: Line 1:
Testify is a 3rd party test library for golang.<br>
Testify is a 3rd party test library for golang.<br>
It includes assertions and mocks.
It includes assertions and mocks.
It's functionality is modular, opt in to the features you are interested in.
* assert
* require
* mock
* suite


= Documentation =
= Documentation =

Revision as of 19:11, 10 July 2022

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