Skip to content

A library for increasing the speed and urgency of your development in Swift.

License

Notifications You must be signed in to change notification settings

neonichu/Winterkorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A library for increasing the speed and urgency of your development in Swift.

Resources

License

Stars

Watchers

Forks

Packages

No packages published