mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 15:38:55 +00:00
group test files into subdirectory
This commit is contained in:
parent
817d2ee7bf
commit
5a17fa65b2
@ -12,8 +12,9 @@ if __name__ == "__main__":
|
|||||||
'voluntary_exit',
|
'voluntary_exit',
|
||||||
]}
|
]}
|
||||||
altair_mods = {
|
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',
|
||||||
|
'sync_aggregate_random',
|
||||||
]},
|
]},
|
||||||
**phase_0_mods,
|
**phase_0_mods,
|
||||||
} # also run the previous phase 0 tests
|
} # also run the previous phase 0 tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user