Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Support streaming API #41

Open
tebeka opened this issue Oct 25, 2016 · 5 comments
Open

Support streaming API #41

tebeka opened this issue Oct 25, 2016 · 5 comments

Comments

@tebeka
Copy link
Owner

tebeka commented Oct 25, 2016

Some tools (like TeamCity) can get report testing results in streaming manner. Support that in the library. See #39 for a discussion.

@tebeka
Copy link
Owner Author

tebeka commented Oct 25, 2016

My current thought is to break the lexer out and have it report tokens (start test, data, end test ...) via a channel.

@tebeka
Copy link
Owner Author

tebeka commented Dec 18, 2016

Just merged streaming branch to master with initial gotest lexer. @tamird can you have a look at see if this works for you?

@tamird
Copy link

tamird commented Dec 18, 2016

Thanks. Unfortunately it seems that I need to write the parser, still? That's kind of what I was hoping to avoid :(

@tebeka
Copy link
Owner Author

tebeka commented Dec 18, 2016

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?

@tamird
Copy link

tamird commented Dec 18, 2016 via email

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

No branches or pull requests

2 participants