pub fn run_tests<F>(execute: F) -> Result<(), Vec<(&'static str, String)>>where F: FnMut(Bytes) -> Result<TestInspector, String>,
Run default test suite on an EVM implementation. The execute function should set up the EVM, run the bytecode, and return the TestInspector.