Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 994858584a29c053d03809b8cde90e974184103a
https://github.com/Checkmk/checkmk/commit/994858584a29c053d03809b8cde90e974…
Author: Dhananjay Shah <dhananjay.shah(a)checkmk.com>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M tests/testlib/playwright/plugin.py
Log Message:
-----------
gui-e2e plugins: use 'try-finally' within 'contextmanager's.
`contextlib.contextmanager` does NOT trigger teardown code when an
exception is raised before or "during" `yield`. The change makes
sure `teardown` takes place.
Change-Id: I8ef711b7a34b938150d427a7ec0e256d395568d6
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications