faefc434ef
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> |
||
---|---|---|
.. | ||
demo_ui | ||
impress_tests | ||
libreoffice | ||
math_tests | ||
packaging | ||
ui_logger_dsl | ||
uitest | ||
__init__.py | ||
loginterpreter.py | ||
Makefile | ||
Module_uitest.mk | ||
README.md | ||
test_main.py | ||
UITest_demo_ui.mk | ||
UITest_impress_demo.mk | ||
UITest_math_demo.mk |
UI Testing Framework
The code for the UI testing framework and the UI tests.