On Tue, Jan 18, 2022 at 2:09 PM Daniel Latypov <dlatypov@xxxxxxxxxx> wrote: > > This field is only used to pass along the parsed Test object from > parse_tests(). > Everywhere else the `result` field is ignored. > > Instead make parse_tests() explicitly return a KunitResult and Test so > we can retire the `result` field. > > Signed-off-by: Daniel Latypov <dlatypov@xxxxxxxxxx> Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>