status-go/geth
Adam Babik 281b304edb Extract e2e tests to a separate package (#375)
This change moves our e2e tests into a separate package to make room for proper unit and integration tests.

This is Phase 1 described in #371.

Changes:

Makefile has separate directives to run unit/integration tests and e2e tests,
CI runs unit/integration tests first and then e2e tests,
E2e tests are in reliability order, i.e. the least reliable tests are run in the end to be sure that nothing else is broken,
Some tests are fixed or quarantined.
2017-10-11 17:20:51 +03:00
..
account Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
api Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
common Refactor and cleanup Jail (#368) 2017-10-06 19:52:26 +03:00
jail Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
log Add some docs/readmes (#329) 2017-09-15 19:00:00 +03:00
node Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
params Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
rpc Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00
signal Fix signals package to compile for ios (#363) 2017-09-26 11:23:13 +02:00
txqueue Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00