uber / mockolo

Efficient Mock Generator for Swift
Apache License 2.0
804 stars 85 forks source link

import collection is overly broad #242

Closed rudro closed 1 year ago

rudro commented 1 year ago

Today, mockolo is collecting import statements from all the files that it sees. This includes the files sent in via the --mocks also. We should be a lot more selective. Only files that have relevant protocols should be considered when gathering imports.