Nicolás Venturo
|
20cf885430
|
No longer assigning awaits to temporary variables. (#1216)
|
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 |
Nicolás Venturo
|
4544df47da
|
All tests now use account names, and dont use accounts[0] (except ERC… (#1137)
* All tests now use account names, and dont use accounts[0] (except ERC721)
* Added account names to some missing contracts.
|
7 years ago |
Nicolás Venturo
|
567b773242
|
Prefer const in test files (#1117)
* Removed all instances of var.
* Sorted eslintrc rules.
* Made eslint rule severity explicit.
* Now prefering const over let.
|
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 |
Matt Condon
|
f4228f1b49
|
fix: reference contract name rather than filepath (#698)
|
7 years ago |
William Entriken
|
da95df6be5
|
Fix test name
|
7 years ago |
Facundo Spagnuolo
|
b925b2dae6
|
Organize test files following contracts folders structure
|
7 years ago |
Ernestas Prisakaru
|
a4029e7472
|
Fix error testing in DelayClaimable 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 |
David Knott
|
6ede3d9001
|
Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11
|
8 years ago |
Manuel Araoz
|
9bd51db2b2
|
refactor tests for truffle 3
|
8 years ago |
AugustoL
|
d974924045
|
Added claimAfterBlock variable and tests changes to support changes
|
8 years ago |
AugustoL
|
f292643543
|
DelayedClaimable tests changed to work with rename of transfer() to transferOwnership()
|
8 years ago |
AugustoL
|
423cec41e3
|
claimBefore modifier removed on DelayedClaimable contract
|
8 years ago |
AugustoL
|
475cb5dc1f
|
Renamed DelayedClaimable function and modifier
|
8 years ago |
AugustoL
|
85a4013f49
|
Using modifier to check block on delayedClaimable, tests fixed
|
8 years ago |
AugustoL
|
0aa4d02044
|
DelayedClaimable contract with test added
|
8 years ago |