Update tests/test_utils_hastyepics.py
Run CI Tests / test (push) Successful in 52s

This commit is contained in:
2025-08-03 20:03:19 +02:00
parent 23f1e695f0
commit 5bddbf40da
+1
View File
@@ -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}")