This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Support streaming API #41
Comments
Closed
My current thought is to break the lexer out and have it report tokens (start test, data, end test ...) via a channel. |
Just merged streaming branch to master with initial gotest lexer. @tamird can you have a look at see if this works for you? |
Thanks. Unfortunately it seems that I need to write the parser, still? That's kind of what I was hoping to avoid :( |
Parser is on the way to be written (see streaming branch). However a parser will be able to emit one test at a time, is this what you wanted? |
Yeah - one test at a time is great (though you may need to do a bit of
buffering to address #45).
…On Sun, Dec 18, 2016 at 9:37 AM, Miki Tebeka ***@***.***> wrote:
Parser is on the way to be written (see streaming branch). However a
parser will be able to emit one test at a time, is this what you wanted?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABdsPBgCndt6364hJXI-FBWWkrAmj2eJks5rJUUvgaJpZM4KfhzM>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some tools (like TeamCity) can get report testing results in streaming manner. Support that in the library. See #39 for a discussion.
The text was updated successfully, but these errors were encountered: