cocoapods-generate icon indicating copy to clipboard operation
cocoapods-generate copied to clipboard

Any way to generate tests for development pods?

Open grigorye opened this issue 6 years ago • 0 comments

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?

grigorye avatar Sep 04 '19 12:09 grigorye