testxslt.py 文件源码

python
阅读 33 收藏 0 点赞 0 评论 0

项目:OSPTF 作者: xSploited 项目源码 文件源码
def testAll(self):
        output_name = tempfile.mktemp("-pycom-test")
        cmd = "cscript //nologo testxslt.js doesnt_matter.xml testxslt.xsl " + output_name
        win32com.test.util.ExecuteShellCommand(cmd, self)
        try:
            f=open(output_name)
            try:
                got = f.read()
                if got != expected_output:
                    print "ERROR: XSLT expected output of %r" % (expected_output,)
                    print "but got %r" % (got,)
            finally:
                f.close()
        finally:
            try:
                os.unlink(output_name)
            except os.error:
                pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号