Function cairo_lang_test_runner::run_tests
source · pub fn run_tests(
named_tests: Vec<(String, TestConfig)>,
sierra_program: Program,
function_set_costs: OrderedHashMap<FunctionId, OrderedHashMap<CostTokenType, i32>>,
contracts_info: OrderedHashMap<Felt252, ContractInfo>,
run_profiler: bool,
statements_functions: UnorderedHashMap<StatementIdx, String>
) -> Result<TestsSummary>Expand description
Runs the tests and process the results for a summary.