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:
7
tests/unit_tests/test_rpc_widget_handler.py
Normal file
7
tests/unit_tests/test_rpc_widget_handler.py
Normal 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
|
Reference in New Issue
Block a user