pkgsrc/devel/go-quicktest/DESCR
nikita 3b01bba95c devel/go-quicktest: import go-quicktest-1.10.0
Quicktest provides a collection of Go helpers for writing tests.

The library provides some base checkers like Equals, DeepEquals,
Matches, ErrorMatches, IsNil and others. More can be added by
implementing the Checker interface.
2020-06-29 13:35:12 +00:00

5 lines
229 B
Text

Quicktest provides a collection of Go helpers for writing tests.
The library provides some base checkers like Equals, DeepEquals,
Matches, ErrorMatches, IsNil and others. More can be added by
implementing the Checker interface.