[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAFd5g44qB7emcsV_QCtddUcFdoxVUpzoY_fgmRARfDwS3byNMA@mail.gmail.com>
Date: Tue, 14 Dec 2021 16:44:29 -0500
From: Brendan Higgins <brendanhiggins@...gle.com>
To: Daniel Latypov <dlatypov@...gle.com>
Cc: davidgow@...gle.com, linux-kernel@...r.kernel.org,
kunit-dev@...glegroups.com, linux-kselftest@...r.kernel.org,
skhan@...uxfoundation.org
Subject: Re: [PATCH v2 2/2] kunit: tool: delete kunit_parser.TestResult type
On Tue, Dec 14, 2021 at 2:26 PM Daniel Latypov <dlatypov@...gle.com> wrote:
>
> The `log` field is unused, and the `status` field is accessible via
> `test.status`.
>
> So it's simpler to just return the main `Test` object directly.
>
> And since we're no longer returning a namedtuple, which has no type
> annotations, this hopefully means typecheckers are better equipped to
> find any errors.
>
> Signed-off-by: Daniel Latypov <dlatypov@...gle.com>
> Reviewed-by: Brendan Higgins <brendanhiggins@...gle.com>
Looks good. Thanks for the rebase!
Powered by blists - more mailing lists