package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Aug 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
func EqualFileContent(gotPath, expectedPath string) bool
Compare two files content using sha256sum function.
func FlatEqual(got, expected any) bool
Simple equality check working for flat types (no nested types passed by reference).
Check error and if present, fail and stop the test suite.
Examples usage: client.Must(t, task.Create(&r))
Check error and if present, fail the test case.
Examples usage: client.Should(t, task.Create(&r))
Source Files
¶
Click to show internal directories.
Click to hide internal directories.