cgewecke
|
381285c920
|
Allow testrpc options string in config, rename run to cli (test sequencing fix)
|
8 years ago |
cgewecke
|
21d3c04ead
|
Fix empty contract body parsing bug. Add coverage unit test for case
|
8 years ago |
cgewecke
|
440bd8b602
|
Fix chained constructor/method call bug. Add compilation unit test for case
|
8 years ago |
cgewecke
|
c98d085718
|
Fix testrpc fork name in pkg, remove unused testing utils
|
8 years ago |
cgewecke
|
1bea7577e8
|
Lint III: add .eslintignore for truffle-crash test (intentional syntax error)
|
8 years ago |
cgewecke
|
af94780933
|
Lint II
|
8 years ago |
cgewecke
|
c4f03dc0b2
|
Lint
|
8 years ago |
cgewecke
|
d8eafb8178
|
Merge adriamb inheritance fix, use non-forked (global) truffle
|
8 years ago |
cgewecke
|
440e6850ac
|
Use sc-forks, add inheritance test, fix report bug
|
8 years ago |
cgewecke
|
9d24ac7087
|
Remove some extraneous deps, use sc-forks testrpc
|
8 years ago |
cgewecke
|
f6b617ea22
|
Debug CI: run flush test
|
8 years ago |
cgewecke
|
e075842225
|
Use istanbul API instead of shell.exec b/c incompatible w/ npm install --save-dev solcover
|
8 years ago |
cgewecke
|
1bf4ac32f8
|
Only run single testrpc instance in tests
|
8 years ago |
cgewecke
|
c98c53bd92
|
Debug CI - untoggle silent
|
8 years ago |
cgewecke
|
9f770c8700
|
Move to config file based options, allow use of coverage network in truffle.js
|
8 years ago |
cgewecke
|
60c93326a0
|
Try to fix CI: remove yargs, add commander for argv processing
|
8 years ago |
cgewecke
|
6de8846abf
|
Remove silence to debug CI failure, lengthen timeout, npm bin
|
8 years ago |
cgewecke
|
b24dbc0a75
|
Remove patching - replace with testrpc/ethereumjs-vm forks
|
8 years ago |
cgewecke
|
d9d9789f5b
|
Attempt to normalize paths for "npm install --save-dev" use
|
8 years ago |
cgewecke
|
95f058029a
|
Remove .only on run tests
|
8 years ago |
cgewecke
|
fa903ecba2
|
Comments/cleanup in exec.js. Add --test flag, add CI logic to flush test
|
8 years ago |
cgewecke
|
bb50f660c5
|
Comment out suite flush test, remove truffle -g from circle.yml
|
8 years ago |
cgewecke
|
31125bf4f5
|
Toggle silence off to debug CI failures
|
8 years ago |
cgewecke
|
f1de0f42df
|
exec.js test suite updated for truffle 3
|
8 years ago |
cgewecke
|
53c7eaedd5
|
Bump solidity-parser to 0.3.0 & small fixes to accomodate it. Add tuples test.
|
8 years ago |
Alex Rea
|
a1a4aebcfe
|
Fix Zeppelin tests
|
8 years ago |
Alex Rea
|
ac813a2663
|
OSX case insensitive filesystems suck
|
8 years ago |
Alex Rea
|
ad43de5dcb
|
This test now shows the problem
|
8 years ago |
Alex Rea
|
500cbd6f29
|
Remove the 'instrumenting' flag
|
8 years ago |
Alex Rea
|
b9254fbb50
|
Lint the ./test/util files as well
|
8 years ago |
Alex Rea
|
2c3a2248c8
|
Run ESLint over everything
|
8 years ago |
cgewecke
|
a843a0b1f6
|
Add unit test for LibraryStatement, UsingStatement, lib method calls
|
8 years ago |
Alex Rea
|
3304b4c4f1
|
Add tests for 'useless' (but valid) expressions
It's unclear why someone would do these things, but they're
valid solidity, so we should support them...
|
8 years ago |
cgewecke
|
c782afa322
|
Add unit tests for ConditionalExpression
|
8 years ago |
Alex Rea
|
1352caaee6
|
Instrument if else statements
|
8 years ago |
Alex Rea
|
80d837d27d
|
Tests should now use full path
|
8 years ago |
cgewecke
|
05e75be6e8
|
Fix solidity-parser pkg version
|
8 years ago |
Alex Rea
|
83181ce642
|
Remove an it.only that crept through
|
8 years ago |
Alex Rea
|
50570c8b24
|
Instrument statements after a closing brace
|
8 years ago |
Alex Rea
|
22bf771a99
|
Add .catch to all promise-based tests
|
8 years ago |
cgewecke
|
24756e3980
|
Istanbul-style tests (#13), fix If bug (#26), loop statement support (#27)
|
8 years ago |
cgewecke
|
10254a4790
|
Draft test suite
|
8 years ago |
Alex Rea
|
66e46a0d95
|
Fix if statements
With tests to prove it! Hopefully the start of a long, good, habit...
|
8 years ago |