testify/assert
Henry Blyth cb23521296 Test verbose Contains Fail message
If asserting an error contained in a string, includeElement will fail
but Contains will confusingly print both values as strings, which can
look like a testify problem instead of an assertion failure.
2020-03-10 08:59:40 +11:00
..
assertion_compare.go rename order files to compare files 2020-03-09 08:00:09 +11:00
assertion_compare_test.go rename order files to compare files 2020-03-09 08:00:09 +11:00
assertion_format.go Add Never assertion 2020-01-29 09:11:59 +11:00
assertion_format.go.tmpl Fix vim-go integration and other editors 2018-02-02 18:39:40 +00:00
assertion_forward.go Add Never assertion 2020-01-29 09:11:59 +11:00
assertion_forward.go.tmpl Fix vim-go integration and other editors 2018-02-02 18:39:40 +00:00
assertions.go Include the type in assert.Contains error messages 2020-03-10 08:59:40 +11:00
assertions_test.go Test verbose Contains Fail message 2020-03-10 08:59:40 +11:00
doc.go Merge pull request #196 from phemmer/remove-overview 2015-08-26 11:20:00 -07:00
errors.go Clean up golint warnings 2014-06-18 09:28:16 -06:00
forward_assertions.go Make _codegen its own module so that its dependencies do not pollute the root modules dependency graph 2019-12-09 10:12:49 -07:00
forward_assertions_test.go Add panic stack to output from NotPanics assertion failures 2019-09-04 10:35:30 -06:00
http_assertions.go http_assertions: fix docs (missing methods) 2018-06-09 12:51:17 +01:00
http_assertions_test.go Adding url.Values to request RawQuery, fixes 522 2018-03-18 18:57:06 +00:00