office-gobmx/uitest/uitest
Mike Kaganski faefc434ef Deduplicate execute_dialog_through_*
Use Python 3.3's 'yield from', which should be OK, because the
baseline rhel8 has Python 3.6. If needed, older Python could
use replacement like this:

    for dialog in self.wait_and_yield_dialog(event, xDialogParent, close_button):
        yield dialog

Change-Id: Ic70bdf19fed730e41b7ce2868990ec88423eab33
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160352
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-12-05 19:28:28 +01:00
..
uihelper
bisecting.py
framework.py
path.py
test.py Deduplicate execute_dialog_through_* 2023-12-05 19:28:28 +01:00