pub fn run_go<P: AsRef<Path>>(relative_path: P)
👎Deprecated since 0.42.0: Call
sc-meta test-gen
in the project folder to automatically upgrade all scenario tests.Expand description
Legacy function for running a scenario test using the Go VM tool.
Use sc-meta test-gen
to replace all calls to it automatically.