run_tests

Function run_tests 

Source
pub fn run_tests<F>(execute: F) -> Result<(), Vec<(&'static str, String)>>
where F: FnMut(Bytes) -> Result<TestInspector, String>,
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.