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

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

View File

@ -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