office-gobmx/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
..
demo_ui
impress_tests
libreoffice
math_tests
packaging
ui_logger_dsl
uitest Deduplicate execute_dialog_through_* 2023-12-05 19:28:28 +01:00
__init__.py
loginterpreter.py
Makefile
Module_uitest.mk
README.md
test_main.py
UITest_demo_ui.mk uitest: Clean up redundant usage of gb_UITest_use_oneprocess 2023-11-06 09:26:43 +01:00
UITest_impress_demo.mk uitest: Clean up redundant usage of gb_UITest_use_oneprocess 2023-11-06 09:26:43 +01:00
UITest_math_demo.mk uitest: Clean up redundant usage of gb_UITest_use_oneprocess 2023-11-06 09:26:43 +01:00

UI Testing Framework

The code for the UI testing framework and the UI tests.