mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-20 13:26:56 +02:00
feat(rpc): discover widgets automatically
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user