/TestingInSwift

A sample project of tests in Swift

Primary LanguageSwift

Testing in Swift

A sample swift application with tests. Supplementary material to my Testing in Swift talk.

This code requires Swift 1.2 (Xcode 6.3 beta).

Installation

Clone this repository. This explicitly includes all dependencies to reduce likelihood of misconfiguration when copying this repository.

That being said, this repository uses Cocoapods.

There is one change to make, which is to add your own API key for random.org. Click "Get a Beta Key".

Enter your beta key into secrets.swift.

Links to interesting places