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:
@ -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() == [])
|
||||
|
Reference in New Issue
Block a user