-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objective-C tests review #627
Comments
There are only four spec items covered only by Objective-C:
They all look easy enough to port to Swift. I'd recommend that. |
Thanks @tcard for reviewing this. |
@mattheworiordan Will do. Should I then deactivate those legacy tests? |
Yes, I think so personally so that we have a passing CI again. @ricardopereira think you'll have time to look at this? |
Yes, maybe tomorrow or wednesday. |
Thanks @ricardopereira |
Our old tests were written in Obj-C and we use the new Swift tests for most of our test coverage now. We should consider whether we can dispose of the old Obj-C tests completely or not by working out:
The text was updated successfully, but these errors were encountered: