pub fn run_tests_with_config_and_filter(
    config: UnitTestingConfig,
    root_path: &str,
    source_pattern: &str,
    dep_root: Option<&str>,
    native_function_table: Option<NativeFunctionTable>
)