Trivial changes to unit test
This commit is contained in:
@ -28,7 +28,7 @@ class Able(unittest.TestCase):
|
|||||||
print "cb_login:", client, args, kw
|
print "cb_login:", client, args, kw
|
||||||
if 'instrument_name' not in globals():
|
if 'instrument_name' not in globals():
|
||||||
d = self.get_instrument_name()
|
d = self.get_instrument_name()
|
||||||
d.addCallback(cb_login, "Test_Suite")
|
d.addCallback(cb_login, "MyName")
|
||||||
elif 'test_suite' not in globals():
|
elif 'test_suite' not in globals():
|
||||||
d = self.load_test_suite()
|
d = self.load_test_suite()
|
||||||
d.addCallback(cb_login, "Test_Suite")
|
d.addCallback(cb_login, "Test_Suite")
|
||||||
@ -548,7 +548,7 @@ class Baker(Able):
|
|||||||
class Posit(Able):
|
class Posit(Able):
|
||||||
timeout = 5
|
timeout = 5
|
||||||
def test_000_000_posit(self):
|
def test_000_000_posit(self):
|
||||||
debug = True
|
debug = False
|
||||||
if instrument_name != "taipan":
|
if instrument_name != "taipan":
|
||||||
raise unittest.SkipTest("Cannot posit motor m1, m2: not taipan")
|
raise unittest.SkipTest("Cannot posit motor m1, m2: not taipan")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user