0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

test: removed quit from teardown

This commit is contained in:
2024-08-07 12:25:38 +02:00
parent b50b3a27e6
commit cf94599c25

View File

@ -12,7 +12,7 @@ def qapplication(qtbot): # pylint: disable=unused-argument
yield
qapp = QApplication.instance()
qapp.quit()
# qapp.quit()
qapp.processEvents()
try:
qtbot.waitUntil(lambda: qapp.topLevelWidgets() == [])