Nicolás Venturo
|
20cf885430
|
No longer assigning awaits to temporary variables. (#1216)
|
7 years ago |
Nicolás Venturo
|
8d11dcc0e5
|
Increase testing coverage (#1195)
* Added non-target bounty test
* Increased ERC721 testing coverage.
* Addressed review comments.
* fix linter error
* Fixed linter error
* Removed unnecessary bouncer require
* Improved Crowdsale tests.
* Added missing SuperUser test.
* Improved payment tests.
* Improved token tests.
* Fixed ERC721 test.
* Reviewed phrasing.
|
7 years ago |
Nicolás Venturo
|
ac91af9a6a
|
Replace all asserts with chai.should (#1183)
* Moving towards chai.should.
* Fixed failing tests.
* Fixed linter errors.
* Revert package-lock.json changes.
* Fixed failing tests.
* s/eq/equal
* Addressed review comment
|
7 years ago |
Justus Perlwitz
|
e6c15b34da
|
Remove chai-as-promised (#1116)
* Test: Remove chai-as-promised calls
* Test/Helpers: expectThrow accepts optional message
* NPM: Remove chai-as-promised
* Contracts/DestructibleMock: Fix lint
|
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 |
Arun Kumar
|
40b5594f52
|
Promisify web3 sync requests in tests (#1009)
|
7 years ago |
Facundo Spagnuolo
|
9f52e94339
|
Move ERC20 tests to ERC20 custom folder (#772)
|
7 years ago |
Facundo Spagnuolo
|
b925b2dae6
|
Organize test files following contracts folders structure
|
7 years ago |
Matt Condon
|
d07bdccc0c
|
feat: manually fix linting errors across tests
|
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 |
Martín Triay
|
fff8e040b7
|
[TokenVesting] vestedAmount returns the historical vested amount
|
7 years ago |
Francisco Giordano
|
01b92d1d56
|
fix a problem when revoke is called twice
|
7 years ago |
Martín Triay
|
d21d35ca6f
|
[TokenVesting] Fix test.
|
7 years ago |
Martín Triay
|
4e39f50aec
|
[TokenVesting] Remove unnecessary instatiation on test.
|
7 years ago |
Martín Triay
|
822de45bfc
|
[TokenVesting] Add a start parameter to constructor to defer vesting
|
7 years ago |
Martín Triay
|
bd56163900
|
[TokenVesting] Fix vestedAmount calculation. Linearity test watches beneficiary balance over vestedAmount
|
7 years ago |
Martín Triay
|
696615d392
|
[TokenVesting] Add linear release test
|
7 years ago |
Martín Triay
|
645edfc936
|
[TokenVesting] Fix should-revoke test
|
7 years ago |
Martín Triay
|
a227b212f5
|
[TokenVesting] Add tests
|
7 years ago |
Francisco Giordano
|
6344a76f83
|
add pending tests
|
7 years ago |
Francisco Giordano
|
3da7c31484
|
add revocable flag
|
7 years ago |
Francisco Giordano
|
80e591f487
|
add TokenVesting contract
|
7 years ago |