Loading SRT/Servers/SRTMinorServo/test/functional/test_failure.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ FNULL = open(os.devnull, 'w') class TestFailure(unittest2.TestCase): telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') @classmethod def setUpClass(cls): Loading SRT/Servers/SRTMinorServo/test/functional/test_setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class SetupTest(unittest2.TestCase): telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') @classmethod def setUpClass(cls): Loading SRT/Servers/SRTMinorServo/test/functional/test_setup_after_manual_movement.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class CannotSetupTest(unittest2.TestCase): telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') @classmethod def setUpClass(cls): Loading Loading
SRT/Servers/SRTMinorServo/test/functional/test_failure.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ FNULL = open(os.devnull, 'w') class TestFailure(unittest2.TestCase): telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') @classmethod def setUpClass(cls): Loading
SRT/Servers/SRTMinorServo/test/functional/test_setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class SetupTest(unittest2.TestCase): telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') @classmethod def setUpClass(cls): Loading
SRT/Servers/SRTMinorServo/test/functional/test_setup_after_manual_movement.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class CannotSetupTest(unittest2.TestCase): telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') @classmethod def setUpClass(cls): Loading