Re: [swift-users] XCTest from repl

2016-08-11 Thread Lou Zell via swift-users
Thanks Brian! You pointed me in the right direction. I've got a working version up here: https://gist.github.com/lzell/3a4f43d00657a347363343c035e5db4c Non-pretty version: // Start repl with: // $ xcrun swift -F /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer

Re: [swift-users] XCTest from repl

2016-08-08 Thread Brian Gesiak via swift-users
Lou, Wow, this is awesome!! Excellent work. I have a few ideas as to why you’re not actually seeing any tests run: 1. swift-corelibs-xctest expects users to run tests via the XCTMain() function

[swift-users] XCTest from repl

2016-08-08 Thread Lou Zell via swift-users
Greetings, I am close to getting XCTests running in the swift repl, but for some reason my tests are never invoked. Does anyone have a suggestion or see something wrong with the test setup? $ xcrun swift -F /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Libra