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

Write to TAP stream during execution #14

Open
davidmatson opened this issue Jun 8, 2022 · 0 comments
Open

Write to TAP stream during execution #14

davidmatson opened this issue Jun 8, 2022 · 0 comments

Comments

@davidmatson
Copy link

From a quick look at the code, it appears that tap.h currently holds all results until the test run completes, and then writes to output then. Is that understanding correct?

If so, I believe that conflicts with how TAP is designed to work, as a stream, with results written while tests are running:
http://testanything.org/philosophy.html

Can the implementation be changed to stream output, rather than buffering it and writing at the end?

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

1 participant