Re: [PATCH v2 1/4] kunit: tool: fix unit test cleanup handling

From: David Gow
Date: Wed Dec 02 2020 - 22:06:33 EST


On Thu, Dec 3, 2020 at 3:09 AM Daniel Latypov <dlatypov@xxxxxxxxxx> wrote:
>
> * Stop leaking file objects.
> * Use self.addCleanup() to ensure we call cleanup functions even if
> setUp() fails.
> * use mock.patch.stopall instead of more error-prone manual approach
>
> Signed-off-by: Daniel Latypov <dlatypov@xxxxxxxxxx>
> ---

This patch hasn't changed since v1, right?

It's still:
Reviewed-by: David Gow <davidgow@xxxxxxxxxx>

Cheers,
-- David