testify/_codegen
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
..
.gitignore 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
go.mod Fix go mod 2020-07-27 21:16:21 +10:00
go.sum Fix go mod 2020-07-27 21:16:21 +10:00
main.go Generate better comments for require package 2024-06-13 06:52:14 +02:00