mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-01-07 05:54:09 +01: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