Test MCOPY¶
Documentation for tests/cancun/eip5656_mcopy/test_mcopy.py@verkle@v0.0.6
.
Generate fixtures for these test cases for Cancun with:
Cancun only:
fill -v tests/cancun/eip5656_mcopy/test_mcopy.py --fork=Cancun --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Cancun:
fill -v tests/cancun/eip5656_mcopy/test_mcopy.py --until=Cancun
Tests EIP-5656: MCOPY - Memory copying instruction
Test copy operations of EIP-5656: MCOPY - Memory copying instruction
Test Functions Overview¶
Name | Type | Cases | Description |
---|---|---|---|
test_valid_mcopy_operations |
state_test | 84 | Perform MCOPY operations using different offsets and lengths:(📖🐛?) |
test_mcopy_on_empty_memory |
state_test | 32 | Perform MCOPY operations on an empty memory, using different offsets and lengths. |