Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

0.1.13

Compare
Choose a tag to compare
@ryanrhee ryanrhee released this 30 Sep 17:51
· 786 commits to master since this release
  • xctool now supports targets that use the XCTest framework! #169
  • Fixed bug in the JUnit reporter didn't aggregate the output of test cases in the same suite. #141
  • Fixed bug in otest-query that would assume all methods starting with 'test' were test methods. Now it looks at the return type and number of args as well. #174
  • xctool gives a more coherent error message when the test bundle is empty. #177

Thanks to @sameenjalal and @LegNeato who all contributed code to this release.