Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 496 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 496 Bytes

testingx GoDoc

Nice additions to the standard testing package.

Rational

Many of packages that support you in writing tests depend heavily on reflection via the reflect package which is relatively slow. This package encourages the use of the language itself and provide only helper methods that you would write over and over like testing equality of an error or test for a panic.