Crate revm_ee_tests

Source
Expand description

Common test utilities for REVM crates.

This crate provides shared test utilities that are used across different REVM crates.

Structs§

TestdataConfig
Configuration for the test data comparison utility.

Functions§

compare_or_save_testdata
Compares or saves the execution output to a testdata file.
compare_or_save_testdata_with_config
Compares or saves the execution output to a testdata file with custom configuration.