Function run_tests
pub fn run_tests<F>(execute: F) -> Result<(), Vec<(&'static str, String)>>Available on crate features
evm and std only.Expand description
Run default test suite on an EVM implementation. The execute function should set up the EVM, run the bytecode, and return the TestInspector.