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

Add option to select test specs for pod lib lint #9392

Closed
paulb777 opened this issue Dec 7, 2019 · 1 comment · Fixed by #9469
Closed

Add option to select test specs for pod lib lint #9392

paulb777 opened this issue Dec 7, 2019 · 1 comment · Fixed by #9469
Assignees
Labels
d2:moderate A moderately-difficult ticket that may require a bit of knowledge about the codebase t1:enhancement Enhancements that have not been picked up yet. Please comment if you plan to work on it
Milestone

Comments

@paulb777
Copy link
Member

paulb777 commented Dec 7, 2019

Currently, it is only possible to test all of the test_specs or none with --skip-tests. It would be nice to be able to choose which test specs to run.

For example, for a pod that has both Swift and Objective C tests, it would be useful to be able to only run the Objective C tests when --use-libraries is also set.

@dnkoutso dnkoutso added t1:enhancement Enhancements that have not been picked up yet. Please comment if you plan to work on it d2:moderate A moderately-difficult ticket that may require a bit of knowledge about the codebase labels Dec 9, 2019
@dnkoutso
Copy link
Contributor

dnkoutso commented Dec 9, 2019

Yeap, should be easy to add!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d2:moderate A moderately-difficult ticket that may require a bit of knowledge about the codebase t1:enhancement Enhancements that have not been picked up yet. Please comment if you plan to work on it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants