From e498ff7e94ee47ea69d390860a20c8d2a7061ca3 Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Wed, 5 Jun 2019 21:28:30 +0200 Subject: [PATCH] Separates tests into phases --- .../eth2spec/test/{block_processing => phase_0}/__init__.py | 0 .../{epoch_processing => phase_0/block_processing}/__init__.py | 0 .../{ => phase_0}/block_processing/test_process_attestation.py | 0 .../block_processing/test_process_attester_slashing.py | 0 .../{ => phase_0}/block_processing/test_process_block_header.py | 0 .../test/{ => phase_0}/block_processing/test_process_deposit.py | 0 .../block_processing/test_process_proposer_slashing.py | 0 .../test/{ => phase_0}/block_processing/test_process_transfer.py | 0 .../{ => phase_0}/block_processing/test_process_voluntary_exit.py | 0 .../pyspec/eth2spec/test/phase_0/epoch_processing/__init__.py | 0 .../{ => phase_0}/epoch_processing/test_process_crosslinks.py | 0 .../epoch_processing/test_process_registry_updates.py | 0 test_libs/pyspec/eth2spec/test/phase_1/__init__.py | 0 .../pyspec/eth2spec/test/phase_1/block_processing/__init__.py | 0 .../block_processing/test_process_early_derived_secret_reveal.py | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename test_libs/pyspec/eth2spec/test/{block_processing => phase_0}/__init__.py (100%) rename test_libs/pyspec/eth2spec/test/{epoch_processing => phase_0/block_processing}/__init__.py (100%) rename test_libs/pyspec/eth2spec/test/{ => phase_0}/block_processing/test_process_attestation.py (100%) rename test_libs/pyspec/eth2spec/test/{ => phase_0}/block_processing/test_process_attester_slashing.py (100%) rename test_libs/pyspec/eth2spec/test/{ => phase_0}/block_processing/test_process_block_header.py (100%) rename test_libs/pyspec/eth2spec/test/{ => phase_0}/block_processing/test_process_deposit.py (100%) rename test_libs/pyspec/eth2spec/test/{ => phase_0}/block_processing/test_process_proposer_slashing.py (100%) rename test_libs/pyspec/eth2spec/test/{ => phase_0}/block_processing/test_process_transfer.py (100%) rename test_libs/pyspec/eth2spec/test/{ => phase_0}/block_processing/test_process_voluntary_exit.py (100%) create mode 100644 test_libs/pyspec/eth2spec/test/phase_0/epoch_processing/__init__.py rename test_libs/pyspec/eth2spec/test/{ => phase_0}/epoch_processing/test_process_crosslinks.py (100%) rename test_libs/pyspec/eth2spec/test/{ => phase_0}/epoch_processing/test_process_registry_updates.py (100%) create mode 100644 test_libs/pyspec/eth2spec/test/phase_1/__init__.py create mode 100644 test_libs/pyspec/eth2spec/test/phase_1/block_processing/__init__.py rename test_libs/pyspec/eth2spec/test/{ => phase_1}/block_processing/test_process_early_derived_secret_reveal.py (100%) diff --git a/test_libs/pyspec/eth2spec/test/block_processing/__init__.py b/test_libs/pyspec/eth2spec/test/phase_0/__init__.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/__init__.py rename to test_libs/pyspec/eth2spec/test/phase_0/__init__.py diff --git a/test_libs/pyspec/eth2spec/test/epoch_processing/__init__.py b/test_libs/pyspec/eth2spec/test/phase_0/block_processing/__init__.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/epoch_processing/__init__.py rename to test_libs/pyspec/eth2spec/test/phase_0/block_processing/__init__.py diff --git a/test_libs/pyspec/eth2spec/test/block_processing/test_process_attestation.py b/test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_attestation.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/test_process_attestation.py rename to test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_attestation.py diff --git a/test_libs/pyspec/eth2spec/test/block_processing/test_process_attester_slashing.py b/test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_attester_slashing.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/test_process_attester_slashing.py rename to test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_attester_slashing.py diff --git a/test_libs/pyspec/eth2spec/test/block_processing/test_process_block_header.py b/test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_block_header.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/test_process_block_header.py rename to test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_block_header.py diff --git a/test_libs/pyspec/eth2spec/test/block_processing/test_process_deposit.py b/test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_deposit.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/test_process_deposit.py rename to test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_deposit.py diff --git a/test_libs/pyspec/eth2spec/test/block_processing/test_process_proposer_slashing.py b/test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_proposer_slashing.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/test_process_proposer_slashing.py rename to test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_proposer_slashing.py diff --git a/test_libs/pyspec/eth2spec/test/block_processing/test_process_transfer.py b/test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_transfer.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/test_process_transfer.py rename to test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_transfer.py diff --git a/test_libs/pyspec/eth2spec/test/block_processing/test_process_voluntary_exit.py b/test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_voluntary_exit.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/test_process_voluntary_exit.py rename to test_libs/pyspec/eth2spec/test/phase_0/block_processing/test_process_voluntary_exit.py diff --git a/test_libs/pyspec/eth2spec/test/phase_0/epoch_processing/__init__.py b/test_libs/pyspec/eth2spec/test/phase_0/epoch_processing/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/test_libs/pyspec/eth2spec/test/epoch_processing/test_process_crosslinks.py b/test_libs/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_crosslinks.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/epoch_processing/test_process_crosslinks.py rename to test_libs/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_crosslinks.py diff --git a/test_libs/pyspec/eth2spec/test/epoch_processing/test_process_registry_updates.py b/test_libs/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_registry_updates.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/epoch_processing/test_process_registry_updates.py rename to test_libs/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_registry_updates.py diff --git a/test_libs/pyspec/eth2spec/test/phase_1/__init__.py b/test_libs/pyspec/eth2spec/test/phase_1/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/test_libs/pyspec/eth2spec/test/phase_1/block_processing/__init__.py b/test_libs/pyspec/eth2spec/test/phase_1/block_processing/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/test_libs/pyspec/eth2spec/test/block_processing/test_process_early_derived_secret_reveal.py b/test_libs/pyspec/eth2spec/test/phase_1/block_processing/test_process_early_derived_secret_reveal.py similarity index 100% rename from test_libs/pyspec/eth2spec/test/block_processing/test_process_early_derived_secret_reveal.py rename to test_libs/pyspec/eth2spec/test/phase_1/block_processing/test_process_early_derived_secret_reveal.py