Merge pull request #2979 from ethereum/update-operation-testgen

Update operations test generator
This commit is contained in:
Danny Ryan 2022-08-18 12:49:43 -06:00 committed by GitHub
commit eff79b2be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)