Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Using test engine with Quick testing library gets "Unable to parse line" error #3

Closed
KevM opened this issue Jun 29, 2016 · 2 comments
Closed
Labels

Comments

@KevM
Copy link
Contributor

KevM commented Jun 29, 2016

It seems that the test engine is looking for results with test methods to start with the word test. This is not required by Quick specs. I created a quick (pun intended) example repo with specs that pass in Xcode and at the command line but have weird parse errors.

> arc unit
Unable to parse line:
Test Case '-[QuickArcExampleTests.CalculatorSpec calculator__should_add_two_numbers]' passed (0.004 seconds).
Unable to parse line:
Test Case '-[QuickArcExampleTests.CalculatorSpec calculator__should_subtract_two_numbers]' passed (0.000 seconds).
@jverkoey
Copy link
Contributor

I believe it; the parsing we're doing right now is pretty rudimentary. Is there a better pattern to use?

@jverkoey
Copy link
Contributor

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

No branches or pull requests

2 participants