https://github.com/hltech/papuga
https://github.com/hltech/papuga
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hltech/papuga
- Owner: HLTech
- License: mit
- Created: 2018-12-21T10:50:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T08:48:28.000Z (about 7 years ago)
- Last Synced: 2025-02-15T06:48:58.507Z (over 1 year ago)
- Language: Swift
- Size: 7.21 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/HLTech/Papuga)
[](http://cocoadocs.org/docsets/Papuga/)
[](http://cocoadocs.org/docsets/Papuga/)
# Papuga
Papuga (/papuɡa/) is a mocking framework for unit tests which brings experience similar to [Mockito](https://github.com/mockito/mockito) and [SwiftyMocky](https://github.com/MakeAWishFoundation/SwiftyMocky). Framework uses [Sourcery](https://github.com/krzysztofzablocki/Sourcery) which scans swift files and generates mock classes for you.
## Installation
Papuga is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile:
```ruby
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](https://github.com/Filozoff), kamil.wyszomierski@gmail.com
## License
Papuga is available under the MIT license. See the [LICENSE](LICENSE) for more info.