Skip to content

nicheinc/expect

Repository files navigation

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.