mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-07 07:14:23 +02:00
5c83702382
This allows to break circular import, too
8 lines
238 B
Python
8 lines
238 B
Python
from bec_widgets.cli.rpc.rpc_widget_handler import RPCWidgetHandler
|
|
|
|
|
|
def test_rpc_widget_handler():
|
|
handler = RPCWidgetHandler()
|
|
assert "BECFigure" in handler.widget_classes
|
|
assert "RingProgressBar" in handler.widget_classes
|