cairo_lang_test_runner

Function run_tests

Source
pub fn run_tests(
    profiler_data: Option<PorfilingAuxData<'_>>,
    named_tests: Vec<(String, TestConfig)>,
    sierra_program: Program,
    function_set_costs: OrderedHashMap<FunctionId, OrderedHashMap<CostTokenType, i32>>,
    contracts_info: OrderedHashMap<Felt, ContractInfo>,
    config: &TestRunConfig,
) -> Result<TestsSummary>
Expand description

Runs the tests and process the results for a summary.