This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user