package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Nov 4, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package require is a minimal alternative to github.com/stretchr/testify/require.
func Equal(t testing.TB, expected interface{}, actual interface{})
Equal fails the test if expected is not equal to actual.
Error fails the test if err is nil.
ErrorIs fails the test if err is nil or does not match target.
NoError fails the test if err is not nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.