Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 293 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 293 Bytes

OCUnit2JUnit

A Python script that generates a JUnit's XML file from XCode's OCUnit build output. This allows you to use that on continuos integration servers like Jenkins, Hudson, QuickBuild with complete test reports.

Based on https://github.com/ciryon/OCUnit2JUnit for ruby.