pub fn run_tests<T>(
tests: Vec<Test>,
cfg: &TestConfig,
functions: &[Box<dyn Function>],
compile_config_provider: impl Fn() -> (CompileConfig, T),
finalize_config: impl Fn(T),
)pub fn run_tests<T>(
tests: Vec<Test>,
cfg: &TestConfig,
functions: &[Box<dyn Function>],
compile_config_provider: impl Fn() -> (CompileConfig, T),
finalize_config: impl Fn(T),
)