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 |
Facundo Spagnuolo
|
323d1fa941
|
Refactor assert revert helper to encapsulate promises (#628)
|
7 years ago |
Santiago Palladino
|
1455a5a942
|
Re-enable solidity coverage
- Upgrade version
- Re-enable in travis.yml
- Move mocks to contracts folder for instrumentation
|
7 years ago |
Matt Condon
|
d07bdccc0c
|
feat: manually fix linting errors across tests
|
7 years ago |
Matt Condon
|
227a335399
|
feat: move mock solidity contracts to mocks/ folder
|
7 years ago |
Matt Condon
|
58abd66969
|
feat: rename all test files to include .test.js postfix
|
7 years ago |
Matt Condon
|
8662846838
|
feat: apply eslint --fix across project
|
7 years ago |
Ben Burns
|
c29dd086d3
|
Update to testrpc 6.0.1 and test fixes for revert opcode.
|
7 years ago |
Jakub Wojciechowski
|
b3f60b9320
|
refactor testing error throwing
|
8 years ago |
Manuel Araoz
|
9bd51db2b2
|
refactor tests for truffle 3
|
8 years ago |
Jorge Izquierdo
|
2f0471fff2
|
Make test cases that use assertJump fail if they dont fail
|
8 years ago |
Angello Pozo
|
eb41a81faa
|
fix: made code cleaner. added helper. removed done from most tests.
|
8 years ago |
Angello Pozo
|
688106e9c3
|
fix: made all the tests consistent. now with done.
|
8 years ago |
Angello Pozo
|
f2142545c7
|
modified test to use async await pattern.
|
8 years ago |
Arseniy Klempner
|
b6feefaed9
|
Create tests for SafeMath
|
8 years ago |