Testing in Swift
We want to be able to write tests in Swift, and to do this we will
use the XCTest
framework.
We'll start by writing a function to test, something we haven't actually done yet.
(All the code here is available from [Github](
// add-function.swift [Swift 4.1, Xcode ...