Execute a script, parse check outputs, and run additional tests specified by the
glob pattern tests_glob on the test environment.
grade_script(script_path, tests_glob, ignore_errors)The GradingResults object after executing tests referenced in the script
and those specified by tests_glob
The path to the script
The pattern to search for extra tests
Whether to ignore errors thrown while executing the script