CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Sep 2016 |
| SPMSupports SPM | ✗ |
Maintained by Boris Bügling.
A library for increasing the speed and urgency of your development in Swift. Heavily inspird by Phpunit VW Extension.
Just add it to any test targets in your Podfile:
use_frameworks!
target 'Tests' do
pod 'Winterkorn'
end, add it to your setUp method:
override func setUp() {
super.setUp()
let _ = Winterkorn()
}and you never have to fix those pesky tests again. Now TDD is truly dead.