Skip to content

Test Dup

Documentation for tests/frontier/opcodes/test_dup.py@f6ab9733.

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 DUP

Test the DUP opcodes.

Test Functions Overview

Name Type Cases Description
test_dup state_test 64 Test the DUP1-DUP16 opcodes.