26f9cc8e74
Moved some test files around to better reflect the directory layout. ( #1428 )
...
(cherry picked from commit d8ab8a00f2 )
2018-10-20 22:03:46 +00:00
7cd0d5a452
Replaced assertJump, assertRevert and expectThrow with shouldFail. ( #1363 )
...
* Replaced assertJump, assertRevert and expectThrow with shouldFail.
* Fixed linter errors.
* Fixed typo.
* Made the helpers async.
(cherry picked from commit b0da0fded0 )
2018-10-20 21:54:50 +00:00
9f5b73df37
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
(cherry picked from commit 58a42443df )
2018-10-18 19:05:17 -03:00
64c324e37c
remove arrow functions from js tests ( #1225 )
2018-08-21 16:30:14 -03:00
20cf885430
No longer assigning awaits to temporary variables. ( #1216 )
2018-08-17 16:10:40 -03:00
9aa30e1960
Add Modulo operation for getting the quotient ( #915 )
...
* Add Modulo operation for getting the quotient
* Improved modulo tests and implementation.
* Removed assertion.
2018-08-13 17:40:48 -03:00
c9e91586e7
feat: use require in SafeMath ( #1187 )
...
* feat: use require in SafeMath
* fix: grammar with revert
2018-08-10 15:41:06 -03:00
a3e02be459
Initialize MAX_UINT more neatly ( #1166 )
...
Use 2 ^ 256 - 1 instead that huge constant value.
2018-08-08 06:58:04 -03:00
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
2018-07-20 12:25:40 -03:00
cea2a85a42
Remove Babel ( #1074 )
...
* Test helpers no longer rely on Babel.
* Behaviours are no longer imported.
* Removed Babel dependency.
* Fixed linter errors.
2018-07-18 19:37:16 -03:00
bd5f7f5774
Fix SafeMath test file ( #865 )
2018-04-03 17:54:48 -03:00
f4228f1b49
fix: reference contract name rather than filepath ( #698 )
2018-01-25 11:52:51 -03:00
b925b2dae6
Organize test files following contracts folders structure
2018-01-16 13:03:35 -03:00