Skip to content

HLTech/Papuga

Repository files navigation

Papuga Build Status Pod Version Pod Platform

Papuga

Papuga (/papuɡa/) is a mocking framework for unit tests which brings experience similar to Mockito and SwiftyMocky. Framework uses Sourcery which scans swift files and generates mock classes for you.

Installation

Papuga is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Papuga'

Example

To run the example project, clone the repo and run pod install from the Example directory first or just run pod try Papuga.

TODO

  • Detailed description
  • How-to with examples
  • Documentation
  • Tests

Author

Kamil Wyszomierski, kamil.wyszomierski@gmail.com

License

Papuga is available under the MIT license. See the LICENSE for more info.