-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(test): assertApproxEq, assertNotEq, assertFalse * refactor: yoink assertApproxEq from t11s * feat(test): yoink assertRelApproxEq from t11s * style(test): align multi-line log messages for character alignment * fix(test): correct yoink/translation errors * feat(test): add more bool asserts, t11s assertFalse * feat(test): add assertEq(bool, err) * feat(test): add assertEq(bytes, bytes) * refactor(test): standardized approx eq assertion naming * refactor(test): drop assertNotEq as it's bad practice * refactor(test): improve assertEq(bool,bool) error messaging * fix(test): remove duplicate assertEq(bool,bool) * fix(test): use log instead of log_named_string * feat(test): add int256 impls for assertApproxEqRel * style(test): re-order code and group overloads together * style(test): use single STD-ASSERTIONS code region * style(test): declare assertFalse before assertEq * style(test): add STD-CHEATS code region * style: add STD-ERRORS & STD-STORAGE delimters
- Loading branch information
1 parent
b6710a7
commit 6329843
Showing
1 changed file
with
214 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters