Function cairo_lang_test_utils::parse_test_file::run_test_file
source · pub fn run_test_file(
path: &Path,
runner_name: &str,
runner: &mut dyn TestFileRunner
) -> Result<(), Error>
Expand description
Runs a test based on file at path
named test_func_name
by running test_func
on it.
Fixes the test file if the CAIRO_FIX_TESTS
environment variable is set to 1
.