feat(rpc): discover widgets automatically

This commit is contained in:
2024-06-19 15:36:05 +02:00
parent 5b280ccc1e
commit ef25f56380
3 changed files with 43 additions and 16 deletions
@@ -0,0 +1,7 @@
from bec_widgets.cli.rpc_wigdet_handler import RPCWidgetHandler
def test_rpc_widget_handler():
handler = RPCWidgetHandler()
assert "BECFigure" in handler.widget_classes
assert "SpiralProgressBar" in handler.widget_classes