move tests to standard pkg/test folder, enable conftest options with soft-import, update readme and makefile

This commit is contained in:
protolambda
2019-05-08 18:14:47 +02:00
parent f9539ed1ab
commit d9baee2481
23 changed files with 58 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
from eth2spec.testing.block_processing import (
from eth2spec.test.block_processing import (
test_process_attestation,
test_process_attester_slashing,
test_process_block_header,