Closed dinhvh closed 8 years ago
Let's wait unit tests to go through. I think I got all them to work but couldn't a last one because I probably don't have a proper local environment for testing.
Very nice. Have you tried running tests both under Xcode 7 and Xcode 8?
Surprisingly, I haven't tried the unit tests on Xcode 8. I'm doing it.
Looks like build failed. Try running ./scripts/travis-ci.sh
locally.
Making progress: 4 tests failing instead of 6.
Very nice. Should we just drop SenTestingKit support?
ha yeah, everything boils down to it :) Could you give me some guidance for that? I can start with removing the unit tests and then in second pull request we can try to burn everything else SenTestingKit.
Sounds good to me. Kill all SenTestingKit tests to unblock this PR. In follow up we can assert in Xcode 6 + remove everything related to that old guy.
🎉
@ExtremeMan