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

Any way to generate tests for development pods? #36

Open
grigorye opened this issue Sep 4, 2019 · 0 comments
Open

Any way to generate tests for development pods? #36

grigorye opened this issue Sep 4, 2019 · 0 comments

Comments

@grigorye
Copy link

grigorye commented Sep 4, 2019

I'm working on a module that includes another local module as dependency (podspecs are in the same directory, I use pod gen --local_sources=. for generation).

I would like to have pod gen generate test targets not only for the main pod spec but for the another module as well, similar to effect that can be achieved via Podfile by something like:

pod 'CoconutLib', '~> 1.0', :testspecs => ['Tests']

Is there a way to accomplish this?

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

No branches or pull requests

1 participant