Skip to content
Snippets Groups Projects
Commit d5e9d2d8 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-722' into 'master'

Resolve L2SS-722

Closes L2SS-722

See merge request !292
parents cb170bf6 cce3111f
No related branches found
No related tags found
1 merge request!292Resolve L2SS-722
...@@ -13,6 +13,7 @@ from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy ...@@ -13,6 +13,7 @@ from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
from tangostationcontrol.integration_test import base from tangostationcontrol.integration_test import base
class TestProxyAttributeAccess(base.IntegrationTestCase): class TestProxyAttributeAccess(base.IntegrationTestCase):
""" Test whether DeviceProxy's can always access attributes immediately after turning them on. """ """ Test whether DeviceProxy's can always access attributes immediately after turning them on. """
......
...@@ -16,6 +16,7 @@ from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy ...@@ -16,6 +16,7 @@ from tangostationcontrol.integration_test.device_proxy import TestDeviceProxy
import time import time
from datetime import datetime from datetime import datetime
class TestArchiver(BaseIntegrationTestCase): class TestArchiver(BaseIntegrationTestCase):
def setUp(self): def setUp(self):
......
...@@ -14,6 +14,7 @@ from tango import DevState ...@@ -14,6 +14,7 @@ from tango import DevState
import json import json
import pkg_resources import pkg_resources
class TestArchiverUtil(BaseIntegrationTestCase): class TestArchiverUtil(BaseIntegrationTestCase):
def setUp(self): def setUp(self):
......
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