Test PUSH0¶
Documentation for tests/shanghai/eip3855_push0/test_push0.py@verkle@v0.0.4
.
Generate fixtures for these test cases for Shanghai with:
Shanghai only:
fill -v tests/shanghai/eip3855_push0/test_push0.py --fork=Shanghai --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Shanghai:
fill -v tests/shanghai/eip3855_push0/test_push0.py --until=Shanghai
Test Functions Overview¶
Name | Type | Cases | Description |
---|---|---|---|
test_push0_contracts |
state_test | 12 | Tests PUSH0 within various deployed contracts. |
test_push0_contract_during_call_contexts |
state_test | 8 | Test PUSH0 during various call contexts. |