Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate XCTest with Spectre for nicer tests in Xcode #316

Merged
merged 1 commit into from
Jun 8, 2018
Merged

Conversation

yonaskolb
Copy link
Owner

@yonaskolb yonaskolb commented Jun 8, 2018

This integrates a PR from @ilyapuchka into Spectre that integrates it into XCTest kylef/Spectre#30

This has a few benefits for tests when you're using Xcode and not just the command line:

  • shows test failures in Xcode
  • run individual tests in Xcode
  • show tests in reports
  • show failures inline in the source files

swift test can still be run from the command line with the nice Spectre output (XCTest output is also mingled in there for now)

I also took the time to restructure some of the tests slightly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant