Re: [PATCH 1/5] kunit: tool: drop mostly unused KunitResult.result field

From: Brendan Higgins
Date: Wed Jan 26 2022 - 16:40:16 EST


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>