Skip to main content

execute_test_suite_compiled

Function execute_test_suite_compiled 

Source
fn execute_test_suite_compiled(
    path: &Path,
    elapsed: &Arc<Mutex<Duration>>,
    cache: &CompileCache,
) -> Result<(), TestError>
Expand description

Execute a single test suite file, compiling all contracts before execution.