def testHost(self):
file = win32api.GetFullPathName(os.path.join(win32com.axscript.__path__[0], "test\\testHost.py"))
cmd = '%s "%s"' % (win32api.GetModuleFileName(0), file)
if verbose:
print "Testing Python Scripting host"
win32com.test.util.ExecuteShellCommand(cmd, self)
评论列表
文章目录