-
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
Add tests #17
Comments
If I have time this week, I'd start to look into unit testing for Swift if you don't mind. |
Would be great if you have time to get a start on tests. |
Just as an update, I tried to get unit testing running the last 1.5 days and it seems to be non straight forward (with XCode and all the pods setup) :-) Probably need to consult a proper iOS dev for that :D |
Thanks for your efforts. I had been thinking, perhaps it would be easier to create a page in the example app that when viewed, runs tests. This would not be automated for CI. However, should be much simpler to test majority of features during development. |
That sounds like a plan too. Also I made some progress and have the first test implemented :) (stupid XCode naming was the thing bothering me). But tbh, while looking over the code, most of the native calls are wrappers around The question is, would it make sense to PR this anyway? It might make sense in the future and having the setup makes it easy to add tests later on. |
I created the branch However for the time being, I think a test page in the example app is the way to go. |
See discussion in #16.
The text was updated successfully, but these errors were encountered: