mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
test: register all widgets with qtbot and close them
This commit is contained in:
@ -12,6 +12,7 @@ def spinner_widget(qtbot):
|
||||
qtbot.addWidget(spinner)
|
||||
qtbot.waitExposed(spinner)
|
||||
yield spinner
|
||||
spinner.close()
|
||||
|
||||
|
||||
def test_spinner_widget_paint_event(spinner_widget, qtbot):
|
||||
|
Reference in New Issue
Block a user