testify/require
Maria Ines Parnisari 84619f5c3c
fix: grammar in godoc for NotErrorIs(f) functions (#1607)
Grammar fixes in doc: _asserts that at none_ -> _asserts that none_

$ grep 'that at none' */*.go
assert/assertion_format.go:// NotErrorIsf asserts that at none of the errors in err's chain matches target.
assert/assertion_forward.go:// NotErrorIs asserts that at none of the errors in err's chain matches target.
assert/assertion_forward.go:// NotErrorIsf asserts that at none of the errors in err's chain matches target.
assert/assertions.go:// NotErrorIs asserts that at none of the errors in err's chain matches target.
require/require.go:// NotErrorIs asserts that at none of the errors in err's chain matches target.
require/require.go:// NotErrorIsf asserts that at none of the errors in err's chain matches target.
require/require_forward.go:// NotErrorIs asserts that at none of the errors in err's chain matches target.
require/require_forward.go:// NotErrorIsf asserts that at none of the errors in err's chain matches target.
2024-06-13 14:57:39 +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 fix: grammar in godoc for NotErrorIs(f) functions (#1607) 2024-06-13 14:57:39 +02:00
require.go.tmpl Helper is called before assert function in require.* functions 2019-02-14 17:34:13 -07:00
require_forward.go fix: grammar in godoc for NotErrorIs(f) functions (#1607) 2024-06-13 14:57:39 +02: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