Skip to content

Test case reference

Documentation for test cases from tests.

Generate fixtures for these test cases for all forks deployed to mainnet with:

fill -v tests

Generate fixtures for these test cases for Cancun with:

Cancun only:

fill -v tests --fork=Cancun --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Cancun:
fill -v tests --until=Cancun --evm-bin=/path/to/evm-tool-dev-version

Cross-client test cases organized by fork. Each directory underneath tests/ contains test cases corresponding to the fork in which the functionality-under-test was introduced.