mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 04:56:24 +00:00
Merge pull request #2979 from ethereum/update-operation-testgen
Update operations test generator
This commit is contained in:
commit
eff79b2be7
@ -18,7 +18,9 @@ if __name__ == "__main__":
|
||||
altair_mods = combine_mods(_new_altair_mods, phase_0_mods)
|
||||
|
||||
_new_bellatrix_mods = {key: 'eth2spec.test.bellatrix.block_processing.test_process_' + key for key in [
|
||||
'deposit',
|
||||
'execution_payload',
|
||||
'voluntary_exit',
|
||||
]}
|
||||
bellatrix_mods = combine_mods(_new_bellatrix_mods, altair_mods)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user