0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix(plot_framework): all widgets, popups and side menus cleanups adjusted

This commit is contained in:
2025-04-08 17:18:52 +02:00
committed by wyzula-jan
parent a1bec75115
commit 337a332ed1
20 changed files with 225 additions and 74 deletions

View File

@ -29,8 +29,6 @@ def test_axis_settings_init(axis_settings_fixture):
assert axis_settings.layout.count() == 1 # scroll area
# Check the target
assert axis_settings.target_widget == plot_base
# Check the object name
assert axis_settings.objectName() == "AxisSettings"
def test_change_ui_updates_plot_base(axis_settings_fixture, qtbot):