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 |
Arun Kumar
|
40b5594f52
|
Promisify web3 sync requests in tests (#1009)
|
7 years ago |
Matt Condon
|
f4228f1b49
|
fix: reference contract name rather than filepath (#698)
|
7 years ago |
Facundo Spagnuolo
|
323d1fa941
|
Refactor assert revert helper to encapsulate promises (#628)
|
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 |
Roy Blankman
|
6d8bb497c8
|
removing trailing whitespace
|
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 |
Manuel Araoz
|
4cd8aa7900
|
add more limit tests to LimitBalance
|
8 years ago |
Manuel Araoz
|
44138018dc
|
limit funds improvements
|
8 years ago |