Re: @testable for iOS

2016-01-14 Thread Emily Toop
This is awesome. I've been meaning to look deeper into @testable for a while. Thanks Richard. On 14 January 2016 at 00:46, Richard Newman wrote: > We didn't get around to using @testable, which was introduced in Swift 2.x. > > I just fixed that. > > This should dramatically speed up builds, and

@testable for iOS

2016-01-13 Thread Richard Newman
We didn't get around to using @testable, which was introduced in Swift 2.x. I just fixed that. This should dramatically speed up builds, and it also allows you to write a test that touches the internals of two modules (e.g., Storage and Sync). Source files no longer have to be members of two ta