0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02: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 6ca4aa0f9b
commit 6ade934356
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