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
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
from tangostationcontrol.integration_test import base
class TestProxyAttributeAccess(base.IntegrationTestCase):
""" 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
import time
from datetime import datetime
class TestArchiver(BaseIntegrationTestCase):
def setUp(self):
......
......@@ -14,6 +14,7 @@ from tango import DevState
import json
import pkg_resources
class TestArchiverUtil(BaseIntegrationTestCase):
def setUp(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment