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 tdf#132293 remove unused imports and variables 2022-10-17 13:32:56 +02:00
impress_tests uitest: reset value when changing the measurement unit 2023-02-07 09:33:40 +00:00
libreoffice Fix UITests on Windows 2023-10-16 18:27:32 +02:00
math_tests tdf#111705: Add Arabic math symbols to the symbols catalogue 2023-09-18 23:05:23 +02:00
packaging Use Markdown instead of reStructuredText 2022-09-26 00:26:05 +02:00
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: add a way to optionally use the same soffice process for a testsuite 2023-03-20 12:40:22 +00:00
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.