Searched refs:TestCmd (Results 1 – 6 of 6) sorted by relevance
12 import TestCmd23 match=TestCmd.match_re)27 match=TestCmd.match_re_dotall)32 match=TestCmd.match_re)37 match=TestCmd.match_re_dotall)45 match=TestCmd.match_re)
11 import TestCmd22 if not TestCmd.is_List(a):24 if not TestCmd.is_List(b):
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
19 import TestCmd1043 if not TestCmd.is_List(actual):1045 if not TestCmd.is_List(expected):
842 class TestCmd(object): class