1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-10 18:57:50 +01:00

test(unit_tests): unit tests adjusted to use a modern plotting framework instead of BECFigure

This commit is contained in:
2025-03-20 21:28:39 +01:00
parent bbf731d13b
commit 2dd66a7679
3 changed files with 14 additions and 23 deletions

View File

@@ -3,5 +3,5 @@ from bec_widgets.cli.rpc.rpc_widget_handler import RPCWidgetHandler
def test_rpc_widget_handler():
handler = RPCWidgetHandler()
assert "BECFigure" in handler.widget_classes
assert "Image" in handler.widget_classes
assert "RingProgressBar" in handler.widget_classes