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

Split tests into iOS-specific targets #176

Open
Brain89 opened this issue Oct 31, 2017 · 0 comments
Open

Split tests into iOS-specific targets #176

Brain89 opened this issue Oct 31, 2017 · 0 comments
Assignees
Milestone

Comments

@Brain89
Copy link
Member

Brain89 commented Oct 31, 2017

We have some tests (e.g. FeedbackGeneratorsFactoryTests) that run only on iOS 10 and higher. Interesting point is to divide single test target into different targets

  • main target with not-specific tests
  • iOS 10 and higher specific tests
  • iOS 11 and higher specific tests
  • and so on

This way we shall get more clear test code.

@Brain89 Brain89 added this to the 1.3 milestone Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants