Skip to content

Releases: metrumresearchgroup/wrapt

v0.0.5 - Dependency updates

05 Sep 18:56
a029cee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

Update dependencies

05 Jan 17:16
e391268
Compare
Choose a tag to compare

This updates us to the latest go and testify.

Add LogResponseBody

30 Aug 14:59
f8141ed
Compare
Choose a tag to compare

This minor release adds the LogResponseBody function that takes the http.Response.Body and outputs it as test output.

Conform to Testify

16 Aug 16:11
Compare
Choose a tag to compare

This release matches/mirrors the basic functionality of testify's assert and require, moving the testify extensions into a pair of packages, named after them. Testing is done through their interface, so we now have full coverage of pass/fail functionality.

ValidateError and AssertError are now A.WantErr and R.WantErr.

Initial version

03 Aug 17:04
7ec15bc
Compare
Choose a tag to compare

Publish the first version for use in other project with a version tag.