toukii / equal

Asserts to Go testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Asserts to Go testing


Languages

Language:Go 100.0%