testify/require
Simon Schulte 9326036bf5 Generate better comments for require package
The comments for the require package were just copied over
from the assert package when generating the functions.
This could lead to confusion because
1. The code-examples were showing examples using the
assert package instead of the require package
2. The function-documentation was not mentioning that
the functions were calling `t.FailNow()` which is some
critical information when using this package.
2024-06-13 06:52:14 +02:00
..
doc.go EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 2023-05-11 07:42:04 +10:00
forward_requirements.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_requirements_test.go Add ErrorContains 2021-01-16 12:32:05 +11:00
require.go Generate better comments for require package 2024-06-13 06:52:14 +02:00
require.go.tmpl Generate better comments for require package 2024-06-13 06:52:14 +02:00
require_forward.go feat: new assertion NotElementsMatch 2024-05-28 21:36:34 +07:00
require_forward.go.tmpl Fix vim-go integration and other editors 2018-02-02 18:39:40 +00:00
requirements.go assert: make tHelper a type alias 2024-03-03 18:29:24 +01:00
requirements_test.go Add ErrorContains 2021-01-16 12:32:05 +11:00