Skip to content
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

Closed
czechboy0 opened this issue Sep 13, 2015 · 4 comments
Closed

Use Nimble for test matchers #105

czechboy0 opened this issue Sep 13, 2015 · 4 comments

Comments

@czechboy0
Copy link
Member

Let's modernize & simplify our tests with https://github.com/Quick/Nimble

@cojoj
Copy link
Contributor

cojoj commented Sep 14, 2015

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?

@cojoj
Copy link
Contributor

cojoj commented Sep 14, 2015

And one more thing from me...
If we're going to rewrite test cases we should fix some issues at the same time, so we don't speed up and leave some tech debt. I mean, we have:

@czechboy0
Copy link
Member Author

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 XCTestAssertEqual.... Using all the way up to Quick takes away too many good Xcode and XCTest features for my taste.

Agreed that we should fix those issues as well, but let's take it one step at a time.

@cojoj
Copy link
Contributor

cojoj commented Sep 14, 2015

Makes sense 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants