/equal

Asserts to Go testing

Primary LanguageGo

FORK from github.com/bmizerany/assert

Assert (c) Blake Mizerany and Keith Rarick -- MIT LICENCE

Assertions for Go tests

Install

$ go get github.com/toukii/equal

Use

Equal(t, 1, 1, 2, 2)