Test Dup¶
Documentation for tests/frontier/opcodes/test_dup.py@verkle@v0.0.5
.
Generate fixtures for these test cases for Frontier with:
Frontier only:
fill -v tests/frontier/opcodes/test_dup.py --fork=Frontier --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Frontier:
fill -v tests/frontier/opcodes/test_dup.py --until=Frontier
Test Functions Overview¶
Name | Type | Cases | Description |
---|---|---|---|
test_dup |
state_test | 64 | Test the DUP1-DUP16 opcodes. |