moztest

Package for storing and outputting Mozilla test results
Download

moztest Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MPL
  • Price:
  • FREE
  • Publisher Name:
  • Mozilla Automation and Tools team
  • Publisher web site:
  • https://mozilla.org/

moztest Tags


moztest Description

moztest is a tool written in Python that can handle Mozilla's test results.Usage exampleThe following code shows you how to create an xUnit representation of Python unittest results. from results import TestResultCollection from output import XUnitOutput collection = TestResultCollection.from_unittest_results(results) out = XUnitOutput() with open('out.xml', 'w') as f: out.serialize(collection, f)Product's homepage


moztest Related Software