diff --git a/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/__init__.py b/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate.py b/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate.py rename to tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py diff --git a/tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate_random.py b/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate_random.py similarity index 100% rename from tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate_random.py rename to tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate_random.py diff --git a/tests/generators/operations/main.py b/tests/generators/operations/main.py index 57fc6dd96..d2653d87d 100644 --- a/tests/generators/operations/main.py +++ b/tests/generators/operations/main.py @@ -12,8 +12,9 @@ if __name__ == "__main__": 'voluntary_exit', ]} altair_mods = { - **{key: 'eth2spec.test.altair.block_processing.test_process_' + key for key in [ + **{key: 'eth2spec.test.altair.block_processing.sync_aggregate.test_process_' + key for key in [ 'sync_aggregate', + 'sync_aggregate_random', ]}, **phase_0_mods, } # also run the previous phase 0 tests