Skip to content
Snippets Groups Projects
Commit f042aeaf authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-449: Do start the patch

parent 9d475cc6
No related branches found
No related tags found
1 merge request!175Resolve L2SS-449 "Add deviceproxy to devices"
...@@ -43,6 +43,7 @@ class TestAttributeTypes(base.TestCase): ...@@ -43,6 +43,7 @@ class TestAttributeTypes(base.TestCase):
def setUp(self): def setUp(self):
# Avoid the device trying to access itself as a client # Avoid the device trying to access itself as a client
self.deviceproxy_patch = mock.patch.object(tangostationcontrol.devices.lofar_device,'DeviceProxy') self.deviceproxy_patch = mock.patch.object(tangostationcontrol.devices.lofar_device,'DeviceProxy')
self.deviceproxy_patch.start()
self.addCleanup(self.deviceproxy_patch.stop) self.addCleanup(self.deviceproxy_patch.stop)
class str_scalar_device(lofar_device): class str_scalar_device(lofar_device):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment