status-go/geth/account
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
..
accounts.go Rebase geth 1.7.0 (#353) 2017-10-10 12:38:49 +03:00
accounts_test.go Extract e2e tests to a separate package (#375) 2017-10-11 17:20:51 +03:00