Searched refs:TestCmd (Results 1 – 8 of 8) sorted by relevance
15 import TestCmd26 match=TestCmd.match_re)30 match=TestCmd.match_re_dotall)35 match=TestCmd.match_re)40 match=TestCmd.match_re_dotall)58 match=TestCmd.match_re)
12 import TestCmd22 match=TestCmd.match_re_dotall)27 match=TestCmd.match_re_dotall)
11 import TestCmd22 if not TestCmd.is_List(a):24 if not TestCmd.is_List(b):
15 import TestCmd24 match=TestCmd.match_re_dotall)
104 from TestCmd import *105 from TestCmd import __all__204 class TestCommon(TestCmd):218 apply(TestCmd.__init__, [self], kw)454 return apply(TestCmd.start,492 apply(TestCmd.finish, (self, popen,), kw)530 apply(TestCmd.run, [self], kw)
3 TestCmd.py
22 import TestCmd1272 if not TestCmd.is_List(actual):1274 if not TestCmd.is_List(expected):
842 class TestCmd(object): class