moztest

moztest 0.1

moztest是用Python编写的,可以处理Mozilla的测试结果的工具。使用示例下面的代码演示如何创建的Python单元测试结果的代表性的xUnit。   从结果进口TestResultCollection   从输出进口XUnitOutput   集合= TestResultCollection.from_unittest_results(结果)    OUT =...

阅读更多
mozcrash

mozcrash 0.1

mozcrash是用Python编写的一个工具,旨在获得一个堆栈跟踪出来的过程,它留下了一个小型转储文件crach后,使用谷歌Breakpad库。 要求 ...

阅读更多