-
Notifications
You must be signed in to change notification settings - Fork 30
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
Use Nimble for test matchers #105
Comments
In that case it'd be advisable to change the whole testing approach to BDD and use both Quick and Nimble... I don't know if they support code coverage? |
And one more thing from me... |
Actually I don't want to use Quick. I want to keep using vanilla XCTest so that we can still run separate tests one by one etc. I just want to use Nimble matchers instead of Agreed that we should fix those issues as well, but let's take it one step at a time. |
Makes sense 👍 |
Let's modernize & simplify our tests with https://github.com/Quick/Nimble
The text was updated successfully, but these errors were encountered: