3b01bba95c
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.
5 lines
229 B
Text
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.
|