Skip to content

feat(harness): json output support #26

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

Merged
merged 3 commits into from
May 3, 2023
Merged

feat(harness): json output support #26

merged 3 commits into from
May 3, 2023

Conversation

epage
Copy link
Collaborator

@epage epage commented May 3, 2023

The overall design is "re-implement all other output on top of json".
This allows us to dog-food the format. In particular, I want to
eventually move all of this up into cargo test for when we do parallel
binary runs.

Building on top of json output allows a decoupling of running and
reporting that makes it easier to support threading.

Warning: this deviates from the official json format

Fixes #10

epage added 3 commits May 3, 2023 10:12
The overall design is "re-implement all other output on top of json".
This allows us to dog-food the format.  In particular, I want to
eventually move all of this up into `cargo test` for when we do parallel
binary runs.

Building on top of json output allows a decoupling of running and
reporting that makes it easier to support threading.

Warning: this deviates from the official json format

Fixes #10
@epage epage mentioned this pull request May 3, 2023
@epage epage merged commit 80017ec into main May 3, 2023
@epage epage deleted the output branch May 3, 2023 19:09
epage added a commit to epage/libtest2 that referenced this pull request Mar 5, 2025
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

Successfully merging this pull request may close these issues.

Support json output
1 participant