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

L2SS-722: Add previously ignored integration tests

parent 17e2f085
Branches
Tags
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.
Please register or to comment