Re: [swift-corelibs-dev] Internal Tests

2016-03-15 Thread Tony Parker via swift-corelibs-dev
Using @testable makes sense to me. Let's try it out. 

- Tony

> On Mar 15, 2016, at 7:54 AM, Robert Stephen Thompson via swift-corelibs-dev 
>  wrote:
> 
> If it doesn’t use it on Linux, it’s because I was mostly running tests in 
> Xcode heh, and didn’t end up needing it in the end. On Linux, of course, I 
> think you’d want @testable import Foundation. I’m not an Apple guy, though, I 
> just happen to be the guy who wrote TestNSXMLDocument.swift! So if there is 
> actually a reason not to use it, I’m not aware of it, but don’t necessarily 
> take my word for it!
> 
> Thanks,
> Robert Thompson
> Software Engineer
> WillowTree, Inc.®
> willowtreeapps.com
> 
>> On Mar 15, 2016, at 8:02 AM, Daniel Eggert via swift-corelibs-dev 
>>  wrote:
>> 
>> Is it ok to use
>>@testable import SwiftFoundation
>> in tests? I'd like to test some internal code.
>> 
>> TestNSXMLDocument.swift uses this, but not on Linux. What's the reason for 
>> this?
>> 
>> /Daniel
>> 
>> ___
>> swift-corelibs-dev mailing list
>> swift-corelibs-dev@swift.org
>> https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
> 
> ___
> swift-corelibs-dev mailing list
> swift-corelibs-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
___
swift-corelibs-dev mailing list
swift-corelibs-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev


Re: [swift-corelibs-dev] Internal Tests

2016-03-15 Thread Robert Stephen Thompson via swift-corelibs-dev
If it doesn’t use it on Linux, it’s because I was mostly running tests in Xcode 
heh, and didn’t end up needing it in the end. On Linux, of course, I think 
you’d want @testable import Foundation. I’m not an Apple guy, though, I just 
happen to be the guy who wrote TestNSXMLDocument.swift! So if there is actually 
a reason not to use it, I’m not aware of it, but don’t necessarily take my word 
for it!

Thanks,
Robert Thompson
Software Engineer
WillowTree, Inc.®
willowtreeapps.com 

> On Mar 15, 2016, at 8:02 AM, Daniel Eggert via swift-corelibs-dev 
>  wrote:
> 
> Is it ok to use
>@testable import SwiftFoundation
> in tests? I'd like to test some internal code.
> 
> TestNSXMLDocument.swift uses this, but not on Linux. What's the reason for 
> this?
> 
> /Daniel
> 
> ___
> swift-corelibs-dev mailing list
> swift-corelibs-dev@swift.org
> https://lists.swift.org/mailman/listinfo/swift-corelibs-dev



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
swift-corelibs-dev mailing list
swift-corelibs-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev