Update tests/test_utils_lazypv.py
Run CI Tests / test (push) Successful in 27s

This commit is contained in:
2025-07-25 17:33:46 +02:00
parent 03a4209ad6
commit f4435bb982
+2
View File
@@ -31,6 +31,8 @@ def test_getattr():
assert pvname == "ca://TEST:FLOAT"
assert pv._pv is not None
assert pv._pv.connected, "PV is not connected"
# access all known epics.PV kwargs via __getattr__
form = pv.__getattr__('form')
assert form == 'time'