mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
test: removed quit from teardown
This commit is contained in:
@ -12,7 +12,7 @@ def qapplication(qtbot): # pylint: disable=unused-argument
|
|||||||
yield
|
yield
|
||||||
|
|
||||||
qapp = QApplication.instance()
|
qapp = QApplication.instance()
|
||||||
qapp.quit()
|
# qapp.quit()
|
||||||
qapp.processEvents()
|
qapp.processEvents()
|
||||||
try:
|
try:
|
||||||
qtbot.waitUntil(lambda: qapp.topLevelWidgets() == [])
|
qtbot.waitUntil(lambda: qapp.topLevelWidgets() == [])
|
||||||
|
Reference in New Issue
Block a user