Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.05 KB

expect

Build Status Go Report Card Godoc license

This package provides unit test helpers for checking values and errors, powered by the cmp, errors, and reflect packages.

See godoc for usage and examples.

Installation

This package can be imported into a module-aware Go project as follows:

go get github.com/nicheinc/expect

Contributing

See CONTRIBUTING.md for details on contributing to the expect package.