rambler-digital-solutions / rambler-it-ios

open source VIPER application
MIT License
332 stars 57 forks source link

Split tests into iOS-specific targets #176

Open Brain89 opened 6 years ago

Brain89 commented 6 years ago

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

This way we shall get more clear test code.