You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This brings a set of enhancements to assertive:
- function name simplifications
- generics-ifying of some functions that can be used on comparables
- additional methods (Match, DoesNotMatch)
- debugging output is made clear, along with OCS8 link to the test file
- all methods can now elect to Fail later instead of FailNow
- Check method is removed (^ because of above)
- all methods can now elect to silence output on success
Other Tigron files are updated to adopt these changes:
- method names update
- comparators move away from Check and now fully leverages assertive
This also adds a large number of tests for assertive, leveraging mimicry.
Signed-off-by: apostasie <[email protected]>
0 commit comments