Test SWAPN¶
Documentation for tests/prague/eip7692_eof_v1/eip663_dupn_swapn_exchange/test_swapn.py@verkle@v0.0.5
.
Generate fixtures for these test cases for Pragueeip7692 with:
Pragueeip7692 only:
fill -v tests/prague/eip7692_eof_v1/eip663_dupn_swapn_exchange/test_swapn.py --fork=PragueEIP7692 --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Pragueeip7692:
fill -v tests/prague/eip7692_eof_v1/eip663_dupn_swapn_exchange/test_swapn.py --until=PragueEIP7692
Tests EIP-663: SWAPN, DUPN and EXCHANGE instructions
Tests for the SWAPN instruction.
Test Functions Overview¶
Name | Type | Cases | Description |
---|---|---|---|
test_swapn_all_valid_immediates |
eof_state_test | 1 | Test case for all valid SWAPN immediates. |
test_swapn_on_max_stack |
eof_test | 2 | Test case out of bounds DUPN immediate. |
test_swapn_stack_underflow |
eof_test | 4 | Test case out of bounds DUPN immediate. |