Aniket
|
b5892a2b5e
|
SafeMath Test Coverage Improved (#1477)
* signing prefix added
* Minor improvement
* Tests changed
* Successfully tested
* Minor improvements
* Minor improvements
* Revert "Dangling commas are now required. (#1359)"
This reverts commit a6889776f4 .
* updates
* fixes #1404
* approve failing test
* suggested changes done
* ISafeERC20 removed
* conflict fixes
* fixes #1386
* Update SafeMath.test.js
|
6 years ago |
Nicolás Venturo
|
d8ab8a00f2
|
Moved some test files around to better reflect the directory layout. (#1428)
|
6 years ago |
Nicolás Venturo
|
b0da0fded0
|
Replaced assertJump, assertRevert and expectThrow with shouldFail. (#1363)
* Replaced assertJump, assertRevert and expectThrow with shouldFail.
* Fixed linter errors.
* Fixed typo.
* Made the helpers async.
|
6 years ago |
Aniket
|
58a42443df
|
added a test helper with common constants (#1400)
* signing prefix added
* Minor improvement
* Tests changed
* Successfully tested
* Minor improvements
* Minor improvements
* Revert "Dangling commas are now required. (#1359)"
This reverts commit a6889776f4 .
* updates
* fixes #1206
|
6 years ago |
jacob
|
64c324e37c
|
remove arrow functions from js tests (#1225)
|
7 years ago |
Nicolás Venturo
|
20cf885430
|
No longer assigning awaits to temporary variables. (#1216)
|
7 years ago |
jeano
|
9aa30e1960
|
Add Modulo operation for getting the quotient (#915)
* Add Modulo operation for getting the quotient
* Improved modulo tests and implementation.
* Removed assertion.
|
7 years ago |
Brett Sun
|
c9e91586e7
|
feat: use require in SafeMath (#1187)
* feat: use require in SafeMath
* fix: grammar with revert
|
7 years ago |
barakman
|
a3e02be459
|
Initialize `MAX_UINT` more neatly (#1166)
Use 2 ^ 256 - 1 instead that huge constant value.
|
7 years ago |
Nicolás Venturo
|
67b67b791e
|
Changed before for beforeAll, refactored Bouncer tests. (#1094)
* Changed before for beforeAll, refactored Bouncer tests.
* Fixed linter errors.
* fix: updates for SignatureBouncer tests and voucher construction
|
7 years ago |
Nicolás Venturo
|
cea2a85a42
|
Remove Babel (#1074)
* Test helpers no longer rely on Babel.
* Behaviours are no longer imported.
* Removed Babel dependency.
* Fixed linter errors.
|
7 years ago |
Facundo Spagnuolo
|
bd5f7f5774
|
Fix SafeMath test file (#865)
|
7 years ago |
Matt Condon
|
f4228f1b49
|
fix: reference contract name rather than filepath (#698)
|
7 years ago |
Facundo Spagnuolo
|
b925b2dae6
|
Organize test files following contracts folders structure
|
7 years ago |