We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated _Footer (markdown)
Created _Footer (markdown)
install after getting
Destroyed _Footer (markdown)
Fix typo
need a reference to the *testing.T here.
added section on using FocusConvey
Updated Custom Assertions (markdown)
Edit Execution Wiki page to match Next pattern from previous doc pages
Add script for installing schema handler in Ubuntu
updated browser notifications details
Updated Profiles (markdown)
Updated Reset (markdown)
Add example for new ShouldHaveLength assertion
fix the text about passing the *testing.T object in the top-level
Added note about no coverage reports for packages outside $GOPATH.
Added examples for maps with ShouldContainKey, ShouldNotContainKey (both new as of Jul 2), ShouldNotBeEmpty, and ShouldBeEmpty
Remove dead link.
Updated Features Table (markdown)
Added a note about making sure assertions appear in _test.go files in order to get useful reporting.
Document -tags scanning
Destroyed For Contributors (markdown)
Added explicit link to examples package in github
deep equals supports maps and structs, as well as arrays and slices