You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// * `env`: An environment variable that provides context for the function.
866
866
// * `args`: The arguments passed to the test. This could include things like the flags, config etc.
867
867
// * `prepare_files_callback`: A callback function that prepares the files needed for the test. Its used to remove/retain tests giving Error to run various rust test suits.
868
-
// * `should_run_test_callback`: An optional callback function that determines whether a test should be run or not. Used to run tests following specific conditions by defining conditions in bool returning function and sending it as an argument.
868
+
// * `run_error_pattern_test`: A boolean that determines whether to run only error pattern tests.
869
869
// * `test_type`: A string that indicates the type of the test being run.
0 commit comments