From 5bddbf40da8ec801a730bbd4dbe01684cfea1a63 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 3 Aug 2025 20:03:19 +0200 Subject: [PATCH] Update tests/test_utils_hastyepics.py --- tests/test_utils_hastyepics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_utils_hastyepics.py b/tests/test_utils_hastyepics.py index a2c4fd35c..8d040eaf7 100644 --- a/tests/test_utils_hastyepics.py +++ b/tests/test_utils_hastyepics.py @@ -71,6 +71,7 @@ def test_motor_initializes_device_attrs(): pv = getattr(m, attr) print(f"PV object: {pv}") + print("Type:", type(pv)) if pv is not None: print(f"PV name: {pv.pvname}") print(f"PV connected: {pv.connected}")