MakeAWishFoundation / SwiftyMocky

Framework for automatic mock generation. Adds a set of handy methods, simplifying testing. One of the best and most complete solutions, including generics support and much more.
MIT License
1.03k stars 104 forks source link

How to include swift package file in mockfile #351

Open Michael-Maher opened 1 year ago

Michael-Maher commented 1 year ago

We created a swift package and it has an automockable file inside it, we need to generate .mock file for inside our main project

so how can i include this swift package inside the mockfile ?