1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-08 07:42:13 +02:00

test: removed quit from teardown

This commit is contained in:
2024-08-07 12:25:38 +02:00
parent b50b3a27e6
commit cf94599c25
+1 -1
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() == [])