Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 1m39s

This commit is contained in:
2025-08-04 13:36:53 +02:00
parent 1731c7449c
commit 971e71e82a
+1
View File
@@ -15,6 +15,7 @@ def fake_epics_pv(monkeypatch):
self.auto_monitor = kwargs.get('auto_monitor', False)
def get(self):
print(">> FAKE GET =", self._value)
return self._value
def put(self, value, **kwargs):