GitXplorerGitXplorer
n

Winterkorn

public
10 stars
0 forks
1 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Winterkorn

A library for increasing the speed and urgency of your development in Swift. Heavily inspired by Phpunit VW Extension.

Before:

After:

Usage

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.