File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
core/pyspec/eth2spec/test/electra/sanity/blocks Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ # This is a "hack" which allows other test files (e.g., test_deposit_transition.py)
2+ # to reuse the sanity/block test format.
3+ from .test_blocks import * # noqa: F401 F403
14from .test_deposit_transition import * # noqa: F401 F403
Original file line number Diff line number Diff line change 2828 ]}
2929 deneb_mods = combine_mods (_new_deneb_mods , capella_mods )
3030
31+ # This is a "hack" which allows other test files (e.g., test_deposit_transition.py)
32+ # to reuse the sanity/block test format. If a new test file is added or removed,
33+ # do not forget to update sanity/block/__init__.py accordingly.
3134 _new_electra_mods = {key : 'eth2spec.test.electra.sanity.' + key for key in [
3235 'blocks' ,
3336 ]}
You can’t perform that action at this time.
0 commit comments