Writing Tests¶
The easiest way to get started is to use the interactive CLI:
uv run eest make test
and modify the generated test module to suit your needs.
For help deciding which test format to select, see Types of Tests, in particular Deciding on a Test Type. Otherwise, some simple test case examples to get started with are:
- tests.berlin.eip2930_access_list.test_acl.test_access_list.
- tests.istanbul.eip1344_chainid.test_chainid.test_chainid.
Please check that your code adheres to the repo's Coding Standards and read the other pages in this section for more background and an explanation of how to implement state transition and blockchain tests.