package
0.3.4
Repository: https://github.com/seanpfeifer/rigging.git
Documentation: pkg.go.dev

# Functions

ExpectedActual logs a testing error and returns false if the expected and actual values are not equal.
ExpectedApprox logs a testing error and returns false if the expected and actual values are not close.
ExpectedApproxTime logs a testing error and returns false if the expected and actual time values are not close.

# Interfaces

The idea here is to accept `*testing.T`, or another impl to be able to test this package itself.