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

test(waveform1d): dap e2e test added

This commit is contained in:
2024-06-25 15:51:36 +02:00
parent 1866ba66c8
commit 7271b422f9
2 changed files with 36 additions and 0 deletions

View File

@ -53,6 +53,7 @@ def test_rpc_add_dock_with_figure_e2e(bec_client_lib, rpc_server_dock):
assert im.__class__ == BECImageShow
assert mm.config_dict["signals"] == {
"dap": None,
"source": "device_readback",
"x": {
"name": "samx",
@ -71,6 +72,7 @@ def test_rpc_add_dock_with_figure_e2e(bec_client_lib, rpc_server_dock):
"z": None,
}
assert plt.config_dict["curves"]["bpm4i-bpm4i"]["signals"] == {
"dap": None,
"source": "scan_segment",
"x": {"name": "samx", "entry": "samx", "unit": None, "modifier": None, "limits": None},
"y": {"name": "bpm4i", "entry": "bpm4i", "unit": None, "modifier": None, "limits": None},